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