Skip to main content

ASPxClientRibbonDialogBoxLauncherClickedEventArgs Members

In This Article
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
Show Inherited Hide Inherited

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