CommandSet.ProcessOnStatusDeleteCommand(MenuCommand) Method

Definition

Virtual method for processing the Delete menu status handler.

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

Parameters

command
MenuCommand

Menu command called from the Visual Studio

Applies to