共用方式為


ICommandSet.CommandRemoved Event

Definition

Event to be triggered when a command is removed from the command set.

event EventHandler<Microsoft.VisualStudio.Extensibility.Commands.CommandRemovedEventArgs>? CommandRemoved;
member this.CommandRemoved : EventHandler<Microsoft.VisualStudio.Extensibility.Commands.CommandRemovedEventArgs> 
Event CommandRemoved As EventHandler(Of CommandRemovedEventArgs) 

Event Type

Applies to