IrfanViewExitedEventArgs Constructor
Namespace: DevCase.ThirdParty.IrfanViewAssembly: DevCase.net48.ThirdParty.IrfanView (in DevCase.net48.ThirdParty.IrfanView.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IrfanViewExitedEventArgs(
string file,
IrfanViewTask task,
int exitCode
)
public:
IrfanViewExitedEventArgs(
String^ file,
IrfanViewTask task,
int exitCode
)
new :
file : string *
task : IrfanViewTask *
exitCode : int -> IrfanViewExitedEventArgs
No code example is currently available or this language may not be supported.
Parameters
- file String
-
The filepath that was passed as argument to the process.
- task IrfanViewTask
-
The IrfanViewTask type that is being realized.
- exitCode Int32
-
The process exit code.