Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CommandStateChangedEventArgs Class

Contains data for the CommandStateChanged event.

#Declaration

TypeScript
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

TypeScript
commands: null | CommandId[]

#Property Value

Type Description
CommandId[]

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