ElementViewModel.DeleteCommand Property
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