Jaa


IApplicationModel.OnCloseAction Property

Gets or sets the Action that should be performed to close the application.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Property OnCloseAction As Action
Action OnCloseAction { get; set; }
property Action^ OnCloseAction {
    Action^ get ();
    void set (Action^ value);
}
function get OnCloseAction () : Action
function set OnCloseAction (value : Action)

Field Value

The Action that should be performed to close the application.

See Also

IApplicationModel Interface

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace