SmartTipsManager HandleFormClosing Method CleanCode C# Libraries v1.2.03 API
Handles the form closing.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void HandleFormClosing(
	FormClosingEventArgs e
)
Remarks

If the program is exiting, then the form is genuinely closed; otherwise it is simply hidden from view.
See Also