Fired before closing a ModelContainer. The ModelContainer property of the ModelEventArgs will be set. AbortAction will prevent the ModelContaienr from being closed.

Namespace: AppCan.Core.Application
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
event ModelEventHandler Closing
Visual Basic
Event Closing As ModelEventHandler
Visual C++
 event ModelEventHandler^ Closing {
	void add (ModelEventHandler^ value);
	void remove (ModelEventHandler^ value);
}

See Also