CommandAddedEventArgs(IDynamicCommand) 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 CommandAddedEventArgs class.
public CommandAddedEventArgs (Microsoft.VisualStudio.Extensibility.Commands.IDynamicCommand command);
new Microsoft.VisualStudio.Extensibility.Commands.CommandAddedEventArgs : Microsoft.VisualStudio.Extensibility.Commands.IDynamicCommand -> Microsoft.VisualStudio.Extensibility.Commands.CommandAddedEventArgs
Public Sub New (command As IDynamicCommand)
Parameters
- command
- IDynamicCommand
The command that is being added.