Skip to main content

constructor(group, processOnServer) Constructor

Initializes a new object of the ASPxClientRibbonDialogBoxLauncherClickedEventArgs type with the specified settings.

Declaration

constructor(
    group: ASPxClientRibbonGroup,
    processOnServer: boolean
)

Parameters

Name Type Description
group ASPxClientRibbonGroup

An ASPxClientRibbonGroup object to which the dialog box launcher belongs.

processOnServer boolean

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

See Also