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
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