C# Class Recurity.Swf.SwfReadProgressChangedEventArgs

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

Public Methods

Method Description
SwfReadProgressChangedEventArgs ( System.Int64 size, System.Int64 position ) : System

Provides data for the ReadProgressChanged events.

Method Details

SwfReadProgressChangedEventArgs() public method

Provides data for the ReadProgressChanged events.
public SwfReadProgressChangedEventArgs ( System.Int64 size, System.Int64 position ) : System
size System.Int64 The size of the stream.
position System.Int64 The stream position
return System