ICommandSet.CommandAdded Event
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.
Event to be triggered when a new command is added to the command set.
event EventHandler<Microsoft.VisualStudio.Extensibility.Commands.CommandAddedEventArgs>? CommandAdded;
member this.CommandAdded : EventHandler<Microsoft.VisualStudio.Extensibility.Commands.CommandAddedEventArgs>
Event CommandAdded As EventHandler(Of CommandAddedEventArgs)