Skip to main content

WebAuthenticatorLoginEventArgs.Handled Property

Specifies whether or not the corresponding event was handled.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if the event was handled; otherwise, false.

See Also