CommandSet.CommandRemoved 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 command is removed from the command set.
public event EventHandler<Microsoft.VisualStudio.Extensibility.Commands.CommandRemovedEventArgs>? CommandRemoved;
member this.CommandRemoved : EventHandler<Microsoft.VisualStudio.Extensibility.Commands.CommandRemovedEventArgs>
Public Event CommandRemoved As EventHandler(Of CommandRemovedEventArgs)