ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnBindingContextChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnBindingContextChanged Method (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnBindingContextChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnBindingContextChanged( 
       EventArgs e
    )

    Parameters

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