Skip to main content
All docs
V23.2

ShellExecutingEventArgs(String, String, String) Constructor

Initializes a new instance of the ShellExecutingEventArgs class with specified settings.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public ShellExecutingEventArgs(
    string filePath,
    string defaultDirectory,
    string parameters
)

Parameters

Name Type
filePath String
defaultDirectory String
parameters String
See Also