ZipDecompressionStartedArgs Constructor

AdiIRC API v2

ZipDecompressionStartedArgs Constructor

Constructor for arguments class passed to the ZipDecompressionStartedArgs event

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

Parameters

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