Share via


ValidationModel.NavigateCommand Property

Provides an ICommand implementation that allows to execute the Navigate(ValidationResult) method from within XAML.

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

Syntax

'Declaration
Public ReadOnly Property NavigateCommand As ICommand
public ICommand NavigateCommand { get; }
public:
property ICommand^ NavigateCommand {
    ICommand^ get ();
}
public function get NavigateCommand () : ICommand

See Also

ValidationModel Class

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