Share via


AnchoredCommandAddedEventArgs Class

Definition

Event arguments for when a dynamic command is added to a command set and anchored to a dynamic command anchor.

public class AnchoredCommandAddedEventArgs : Microsoft.VisualStudio.Extensibility.Commands.CommandAddedEventArgs
type AnchoredCommandAddedEventArgs = class
    inherit CommandAddedEventArgs
Public Class AnchoredCommandAddedEventArgs
Inherits CommandAddedEventArgs
Inheritance
AnchoredCommandAddedEventArgs

Constructors

AnchoredCommandAddedEventArgs(IDynamicCommand, String)

Initializes a new instance of the AnchoredCommandAddedEventArgs class.

Properties

Command

Gets the command that is being added.

(Inherited from CommandAddedEventArgs)
DynamicCommandAnchorIdentifier

Gets the name of the dynamic command anchor that this command should be anchored to.

Applies to