frmMainOnClosing Method

Raises the Closing event when the form is closing.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
protected virtual void OnClosing(
	CancelEventArgs e
)

Parameters

e  CancelEventArgs
Cancel event arguments.

See Also