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

In This Topic
    OnActivated Method (CustomFilterDialog)
    In This Topic
    Overridden to initialize the focus when the form is activated.
    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