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 As EventArgs _
)
protected override void OnActivated(
EventArgs
)
Parameters
- e
- System.EventArgs that provides the event data.
See Also