Back to Devexpress

PdfViewer.ShellExecuting Event

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-74b9c71c.md

latest2.2 KB
Original Source

PdfViewer.ShellExecuting Event

Fires on launch action execution in all cases except when opening a PDF file.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public event PdfShellExecutingEventHandler ShellExecuting
vb
Public Event ShellExecuting As PdfShellExecutingEventHandler

Event Data

The ShellExecuting event's data class is PdfShellExecutingEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
DefaultDirectoryGets the directory that contains the started process.
FilePathGets the application that started, or the document associated with the application.
HandledGets or sets whether an event was handled. If it was handled, the default security dialog is not displayed.
ParametersGets command-line arguments used to start the target application.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace