Fired when a ModelContainer has been closed. The ModelContainer property of the ModelEventArgs will be set. AbortAction has no effect.

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

Syntax

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

Implements

IModelManager..::..Closed

See Also