Share via


DefaultSectionDeleteCommandModel Class

Deletes a section after prompting the user to confirm deletion.

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

Syntax

'Declaration
Public Class DefaultSectionDeleteCommandModel _
    Inherits DefaultDeleteCommandModel
public class DefaultSectionDeleteCommandModel : DefaultDeleteCommandModel
public ref class DefaultSectionDeleteCommandModel : public DefaultDeleteCommandModel
public class DefaultSectionDeleteCommandModel extends DefaultDeleteCommandModel

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CommandModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.DefaultDeleteCommandModel
      Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands.DefaultSectionDeleteCommandModel

See Also

DefaultSectionDeleteCommandModel Members

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