constructor(item, parameter, processOnServer) Constructor
Initializes a new object of the ASPxClientRibbonCommandExecutedEventArgs type with the specified settings.
Declaration
constructor(
item: ASPxClientRibbonItem,
parameter: string,
processOnServer: boolean
)
Parameters
| Name | Type | Description |
|---|---|---|
| item | ASPxClientRibbonItem | An ASPxClientRibbonItem object, manipulations on which forced the event to be raised. |
| parameter | string | A string value containing additional information about the processed command. |
| processOnServer | boolean |
|
See Also