Back to Devexpress

ASPxRibbon.CommandExecuted Event

aspnet-devexpress-dot-web-dot-aspxribbon-be812649.md

latest2.0 KB
Original Source

ASPxRibbon.CommandExecuted Event

Occurs after an end-user executes an action on a ribbon item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event RibbonCommandExecutedEventHandler CommandExecuted
vb
Public Event CommandExecuted As RibbonCommandExecutedEventHandler

Event Data

The CommandExecuted event's data class is RibbonCommandExecutedEventArgs. The following properties provide information specific to this event:

PropertyDescription
ItemGets an item object related to the event.
ParameterGets an optional parameter that complements the processed command.

Remarks

Write a CommandExecuted event handler to perform specific actions on the server side after an end-user executes an action on a ribbon item (e.g., clicks a button, changes an editor value).

You can use the event parameter RibbonItemEventArgs.Item property to get the processed item. The RibbonCommandExecutedEventArgs.Parameter optional parameter provides additional information about the command being processed.

See Also

ASPxRibbon Class

ASPxRibbon Members

DevExpress.Web Namespace