'Declaration Public Delegate Sub CopyingZipByteProgressionEventHandler( _ ByVal sender As Object, _ ByVal e As ByteProgressionEventArgs _ )
'Usage Dim instance As New CopyingZipByteProgressionEventHandler(AddressOf HandlerMethod)
public delegate void CopyingZipByteProgressionEventHandler( object sender, ByteProgressionEventArgs e )
Parameters
- sender
- e