ShellExecutingEventArgs(String, String, String) Constructor
Initializes a new instance of the ShellExecutingEventArgs class with specified settings.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.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