OnGotFocus Method (NavElement)
In This Topic
Called by the host control when this
C1.Framework.Element receives the focus.
Syntax
'Declaration
Public Overrides Sub OnGotFocus( _
ByVal As EventArgs _
)
public override void OnGotFocus(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also