Skip to main content
A newer version of this page is available.
All docs
V17.2

ASPxClientReportDesigner.SaveCommandExecute Event

Occurs when executing the Save command on the client.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v17.2.Web.Scripts.dll

Declaration

public event ASPxClientReportDesignerSaveCommandExecuteEventHandler SaveCommandExecute

Event Data

The SaveCommandExecute event's data class is ASPxClientReportDesignerSaveCommandExecuteEventArgs. The following properties provide information specific to this event:

Property Description
handled Specifies whether or not the event was handled.
See Also