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

ASPxClientQueryBuilder.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 ASPxClientQueryBuilderSaveCommandExecuteEventHandler SaveCommandExecute

Event Data

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

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