Skip to main content

ConnectionErrorEventArgs.Handled Property

Gets or sets whether default actions are required to connect to a data store.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public bool Handled { get; set; }

#Property Value

Type Description
Boolean

true, if no default actions are required to connect to a data store; otherwise, false.

See Also