RibbonCommandExecutedEventArgs(RibbonItemBase, String) Constructor
Initializes a new instance of the RibbonCommandExecutedEventArgs object with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | RibbonItemBase | A RibbonItemBase object that is an item related to the event. |
parameter | String | A string value containing additional information about the processed command. |
See Also