Skip to main content

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

true to process the event on the server side; false to completely handle it on the client side.

See Also