Condividi tramite


CommandSet.CommandRemoved Event

Definition

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) 

Event Type

Implements

Applies to