Skip to main content
All docs
V24.1

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.v24.1.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