Share via


WizardModel.OnCloseAction Property

The action invoked by the WizardModel to close the wizard.

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

Syntax

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

Remarks

This may be used by views hosting the WizardModel to detect when the view should close.

See Also

WizardModel Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace