OnActivated Method (CustomFilterDialog)
In This Topic
Overridden to initialize the focus when the form is activated.
Syntax
'Declaration
Protected Overrides Sub OnActivated( _
ByVal As EventArgs _
)
protected override void OnActivated(
EventArgs
)
Parameters
- e
- System.EventArgs that provides the event data.
See Also