C# 클래스 Recurity.Swf.SwfWriteProgressChangedEventArgs

Provides data for SwfWriteProgressChanged events
상속: System.EventArgs
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
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