Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / C1ExpressionEditor Class / OnBindingContextChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnBindingContextChanged Method (C1ExpressionEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnBindingContextChanged( _
       ByVal e As EventArgs _
    ) 
    protected override void OnBindingContextChanged( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also