CommandRemovedEventArgs(ICommand) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.