ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotFieldDialog Class / OnActivated Method
System.EventArgs that provides the event data.

In This Topic
    OnActivated Method (C1FlexPivotFieldDialog)
    In This Topic
    Overridden so set focus to the filter editor when the form activates.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnActivated( _
       ByVal e As EventArgs _
    ) 
    protected override void OnActivated( 
       EventArgs e
    )

    Parameters

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