C# Class Recurity.Swf.SwfWriteProgressChangedEventArgs

Provides data for SwfWriteProgressChanged events
Inheritance: System.EventArgs
ファイルを表示 Open project: rtezli/Blitzableiter

Public Methods

Method Description
SwfWriteProgressChangedEventArgs ( TagTypes type, System.Int64 size, System.Int64 position ) : System

Provides data for the WriteProgressChanged events.

Method Details

SwfWriteProgressChangedEventArgs() public method

Provides data for the WriteProgressChanged events.
public SwfWriteProgressChangedEventArgs ( TagTypes type, System.Int64 size, System.Int64 position ) : System
type TagTypes The type of the tag that has been written
size System.Int64 The size of the stream.
position System.Int64 The stream position.
return System