Share via


CommandRemovedEventArgs(ICommand) Constructor

Definition

Initializes a new instance of the CommandRemovedEventArgs class.

public CommandRemovedEventArgs (Microsoft.VisualStudio.Extensibility.Commands.ICommand command);
new Microsoft.VisualStudio.Extensibility.Commands.CommandRemovedEventArgs : Microsoft.VisualStudio.Extensibility.Commands.ICommand -> Microsoft.VisualStudio.Extensibility.Commands.CommandRemovedEventArgs
Public Sub New (command As ICommand)

Parameters

command
ICommand

The command that is being added.

Applies to