C# Класс Recurity.Swf.SwfWriteProgressChangedEventArgs

Provides data for SwfWriteProgressChanged events
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
SwfWriteProgressChangedEventArgs ( TagTypes type, System.Int64 size, System.Int64 position ) : System

Provides data for the WriteProgressChanged events.

Описание методов

SwfWriteProgressChangedEventArgs() публичный Метод

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.
Результат System