Skip to main content
All docs
V23.2

PdfShellExecutingEventArgs.Handled Property

Gets or sets whether an event was handled. If it was handled, the default security dialog is not displayed.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if the event is handled; otherwise, false.

Remarks

Set the Handled property to true to disable the security dialog.

See Also