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

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

    Parameters

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