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