Skip to main content
All docs
V18.2

ASPxClientReportDesignerSaveCommandExecuteEventHandler Delegate

A method that will handle the ASPxClientReportDesigner.SaveCommandExecute event.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public delegate void ASPxClientReportDesignerSaveCommandExecuteEventHandler(
    object source,
    ASPxClientReportDesignerSaveCommandExecuteEventArgs e
);

Parameters

Name Type Description
source Object

The event sender.

e ASPxClientReportDesignerSaveCommandExecuteEventArgs

An ASPxClientReportDesignerSaveCommandExecuteEventArgs object that contains data related to the event.

Remarks

ASPxClientReportDesignerSaveCommandExecuteEventHandler objects with proper settings are automatically created and passed to the corresponding event handlers.

See Also