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

CustomCommandExecutedEventArgs Class

Provides data for the customCommandExecuted event.

#Declaration

TypeScript
class CustomCommandExecutedEventArgs extends EventArgs

#Inheritance

EventArgs
CustomCommandExecutedEventArgs

#Properties

#commandName Property

Gets the name of the processed command.

#Declaration

TypeScript
commandName: string

#Property Value

Type Description
string

The processed command’s name.

#Remarks

The commandName property identifies the custom command currently being processed. Use the parameter event argument property to get additional information about the command.

#parameter Property

Provides additional information about the processed command.

#Declaration

TypeScript
parameter: string

#Property Value

Type Description
string

Contains additional information about the processed command.