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 |
|
See Also