Skip to main content
All docs
V18.2

ASPxClientReportDesignerTabClosingEventArgs.Handled Property

Specifies whether or not the event was handled.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public bool Handled { get; }

Property Value

Type Description
Boolean

true, if the event was handled and no other processing should occur; otherwise, false.

See Also