Skip to main content
All docs
V18.2

ASPxClientQueryBuilder.SaveCommandExecute Event

Occurs when executing the Save command on the client.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.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