Share via


CommandAddedEventArgs Class

Definition

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

public class CommandAddedEventArgs : EventArgs
type CommandAddedEventArgs = class
    inherit EventArgs
Public Class CommandAddedEventArgs
Inherits EventArgs
Inheritance
CommandAddedEventArgs
Derived

Constructors

CommandAddedEventArgs(IDynamicCommand)

Initializes a new instance of the CommandAddedEventArgs class.

Properties

Command

Gets the command that is being added.

Applies to