See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Called before the tool window or Visual Studio is closed.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

C#
void OnClosing(
	CancelEventArgs e
)
Visual Basic
Sub OnClosing ( 
	e As CancelEventArgs
)
Visual C++
void OnClosing(
	CancelEventArgs^ e
)

See Also