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

When the window is closing down.

Namespace: NTier.VSAddIn
Assembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0

Syntax

C#
public event CancelEventHandler Closing
Visual Basic
Public Event Closing As CancelEventHandler
Visual C++
public:
 event CancelEventHandler^ Closing {
	void add (CancelEventHandler^ value);
	void remove (CancelEventHandler^ value);
}

Value

Type: System.ComponentModel..::..CancelEventHandler

See Also