Zip for UWP/WinRT
ZipProgressEventHandler デリゲート

C1ZipFileC1ZipFile.Progress イベントを処理するメソッドを表します。
構文
'宣言
 
Public Delegate Sub ZipProgressEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ZipProgressEventArgs _
) 
public delegate void ZipProgressEventHandler( 
   System.object sender,
   ZipProgressEventArgs e
)

パラメータ

sender
e
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

ZipProgressEventHandler メンバ
C1.C1Zip 名前空間

Send Feedback