IrfanViewStartedEventArgs Constructor

Initializes a new instance of the IrfanViewStartedEventArgs class.

Definition

Namespace: DevCase.ThirdParty.IrfanView
Assembly: 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 IrfanViewStartedEventArgs(
	string file,
	IrfanViewTask task
)

Parameters

file  String
The filepath that was passed as argument to the process.
task  IrfanViewTask
The IrfanViewTask type that is being realized.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed applications:

IrfanView (i_view32.exe or i_view64.exe)

See Also