Skip to main content
All docs
V25.1
  • ShellExecutingEventArgs(String, String, String) Constructor

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

    Namespace: DevExpress.Xpf.PdfViewer

    Assembly: DevExpress.Xpf.PdfViewer.v25.1.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