Skip to main content
All docs
V24.1

BeforeEncodingDetectionEventArgs.Handled Property

Gets or sets whether the event is handled.

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v24.1.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true to handle the event; otherwise, false.

See Also