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

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

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

Метод Описание
SwfCompressStateChangedEventArgs ( System.UInt64 overAll, System.UInt64 currentState ) : System

Provides data for CompressSateChanged events.

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

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

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