CommandSet.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.
public event EventHandler<Microsoft.VisualStudio.Extensibility.Commands.CommandAddedEventArgs>? CommandAdded;
member this.CommandAdded : EventHandler<Microsoft.VisualStudio.Extensibility.Commands.CommandAddedEventArgs>
Public Event CommandAdded As EventHandler(Of CommandAddedEventArgs)