Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The delete CommandModel.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DeleteCommand As CommandModel
public virtual CommandModel DeleteCommand { get; }
public:
virtual property CommandModel^ DeleteCommand {
CommandModel^ get ();
}
public function get DeleteCommand () : CommandModel
Remarks
This command is provided by the ContainingSection during construction, but may be overriden through the use of CommandAttribute.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace