Skip to main content
A newer version of this page is available. .
All docs
V20.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.v20.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