Skip to main content
A newer version of this page is available. .

ASPxClientRibbonDialogBoxLauncherClickedEventArgs Members

Provides data for the ASPxClientRibbon.DialogBoxLauncherClicked event.

Constructors

Name Description
constructor(group, processOnServer) Initializes a new object of the ASPxClientRibbonDialogBoxLauncherClickedEventArgs type with the specified settings.

Properties

Name Description
group Gets the client group object to which the clicked dialog box launcher belongs.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also