OnLeave Method (GcTextBox)
In This Topic
Syntax
'Declaration
Protected Overrides Sub OnLeave( _
ByVal As EventArgs _
)
'Usage
Dim instance As GcTextBox
Dim e As EventArgs
instance.OnLeave(e)
protected override void OnLeave(
EventArgs
)
Parameters
- e
- A System.EventArgs that contains the event data.
See Also