ZipDecompressionEndArgs Constructor

AdiIRC API v2

ZipDecompressionEndArgs Constructor

Constructor for arguments class passed to the ZipDecompressionEnd event

Namespace:  AdiIRCAPIv2.Arguments.ZipCompression
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public ZipDecompressionEndArgs(
	string name,
	string zipfile,
	string targetFolder,
	string error
)
Public Sub New ( 
	name As String,
	zipfile As String,
	targetFolder As String,
	error As String
)
public:
ZipDecompressionEndArgs(
	String^ name, 
	String^ zipfile, 
	String^ targetFolder, 
	String^ error
)
new : 
        name : string * 
        zipfile : string * 
        targetFolder : string * 
        error : string -> ZipDecompressionEndArgs

Parameters

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