Back to Devexpress

CommandStateChangedEventArgs Class

aspnetcore-js-devexpress-dot-richedit-450cc196.md

latest996 B
Original Source

CommandStateChangedEventArgs Class

Contains data for the CommandStateChanged event.

Declaration

ts
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

ts
commands: null | CommandId[]

Property Value

TypeDescription
CommandId[]

An array of commands to update. null if every command should be updated.

|