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