Skip to main content
Tab

RibbonCommandExecutedEventArgs(RibbonItemBase, String) Constructor

Initializes a new instance of the RibbonCommandExecutedEventArgs object with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonCommandExecutedEventArgs(
    RibbonItemBase item,
    string parameter
)

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