Skip to main content
A newer version of this page is available. .

ConnectionErrorEventArgs.Handled Property

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

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