ClipboardCommandSet.ProcessOnStatusCutCommand(MenuCommand) Method

Definition

Virtual method to process the menu Cut operation

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

Parameters

Remarks

This is provided so the behavior can be overridden; FxCop does not allow ProcessOnStatusCutCommand() to be protected because of the EventArgs parameter.

Applies to