OnDeactivate Method
Called when the form is activated.
public virtual void OnDeactivate(
EventArgs e
)
Parameters
- e
An object defined by an EventArgs object that contains event data.
Remarks
The default implementation raises the Deactivate event. Inheriting classes can override this method to perform other tasks when the form is deactivated.
See Also
Applies to: Form Class