Skip to main content

ASPxClientRibbonCommandExecutedEventArgs.item Property

Gets an item object related to the event.

#Declaration

TypeScript

#Property Value

Type Description
ASPxClientRibbonItem

An ASPxClientRibbonItem object, manipulations on which forced the event to be raised.

#Remarks

You can use the ASPxClientRibbonCommandExecutedEventArgs.parameter argument property to obtain additional information about the command being processed.

See Also