Skip to main content

ExtractConnectionErrorEventArgs.Cancel Property

Gets or sets whether the operation performed on the processed event should be canceled.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true, to cancel the operation performed on the event; otherwise, false.

See Also