CommandStateChangedEventArgs Class
Contains data for the CommandStateChanged event.
Declaration
export class CommandStateChangedEventArgs extends EventArgs
Remarks
The CommandStateChanged event occurs after a command state has been changed. The event handler receives an argument of the CommandStateChangedEventArgs type. The argument’s properties provide information specific to this event.
Inheritance
EventArgs
CommandStateChangedEventArgs
Properties
commands Property
Returns the commands that should be updated.
Declaration
commands: null | CommandId[]
Property Value
Type | Description |
---|---|
CommandId[] | An array of commands to update. |