Click or drag to resize

ZipDecompressionStartedArgs Constructor

Constructor for arguments class passed to the ZipDecompressionStartedArgs event

Namespace:  AdiIRCAPIv2.Arguments.ZipCompression
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public ZipDecompressionStartedArgs(
	string name,
	string zipfile,
	string targetFolder
)

Parameters

name
Type: SystemString
string
zipfile
Type: SystemString
string
targetFolder
Type: SystemString
string
See Also