FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotPage Class / OnViewDefinitionChanged Method
System.EventArgs that contains the event data.

In This Topic
    OnViewDefinitionChanged Method (FlexPivotPage)
    In This Topic
    Raises the ViewDefinitionChanged event.
    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