C# Class Recurity.Swf.SwfCompressStateChangedEventArgs

Provides data for CompressSateChanged events.
Inheritance: System.EventArgs
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
SwfCompressStateChangedEventArgs ( System.UInt64 overAll, System.UInt64 currentState ) : System

Provides data for CompressSateChanged events.

Method Details

SwfCompressStateChangedEventArgs() public method

Provides data for CompressSateChanged events.
public SwfCompressStateChangedEventArgs ( System.UInt64 overAll, System.UInt64 currentState ) : System
overAll System.UInt64 The stream length
currentState System.UInt64 The stream position
return System