OnBindingContextChanged Method (C1InputPanel)
In This Topic
Notifies input components about changing the binding context.
Syntax
'Declaration
Protected Overrides Sub OnBindingContextChanged( _
ByVal As EventArgs _
)
protected override void OnBindingContextChanged(
EventArgs
)
Parameters
- e
See Also