C# Class Recurity.Swf.SwfReadProgressChangedEventArgs

Provides data for SwfReadProgressChanged events
Inheritance: System.EventArgs
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
SwfReadProgressChangedEventArgs ( System.Int64 size, System.Int64 position ) : System

Provides data for the ReadProgressChanged events.

Method Details

SwfReadProgressChangedEventArgs() public méthode

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
Résultat System