OnDeactivate Method (DropDownForm)
In This Topic
Syntax
'Declaration
Protected Overridable Sub OnDeactivate( _
ByVal As EventArgs _
)
protected virtual void OnDeactivate(
EventArgs
)
Parameters
- e
- The System.EventArgs that contains the event data.
See Also