Skip to main content

DocumentImportedEventArgs.Handled Property

Specifies whether or not the corresponding event of the SnapControl was handled.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if the event was handled; otherwise, false.

See Also