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