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

WebAuthenticatorLoginEventArgs.Handled Property

Specifies whether or not the corresponding event was handled.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if the event was handled; otherwise, false.

See Also