ModelExplorerTreeContainer.ProcessOnStatusDeleteCommand(MenuCommand) Method

Definition

Virtual method for processing the Delete menu status handler.

protected:
 virtual void ProcessOnStatusDeleteCommand(System::ComponentModel::Design::MenuCommand ^ cmd);
protected virtual void ProcessOnStatusDeleteCommand (System.ComponentModel.Design.MenuCommand cmd);
abstract member ProcessOnStatusDeleteCommand : System.ComponentModel.Design.MenuCommand -> unit
override this.ProcessOnStatusDeleteCommand : System.ComponentModel.Design.MenuCommand -> unit
Protected Overridable Sub ProcessOnStatusDeleteCommand (cmd As MenuCommand)

Parameters

cmd
MenuCommand

Menu command called from the Visual Studio

Remarks

Default is to enable when any node representing an element that is not a root is selected

Applies to