ConnectionErrorEventArgs.Cancel Property
In This Article
Gets or sets whether the operation performed on the processed event should be canceled.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to cancel the operation performed on the event; otherwise, false. |
See Also