C# Class Recurity.Swf.CompressedEventArgs

Provides data for the Compressed events.
Inheritance: System.EventArgs
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
CompressedEventArgs ( System.Boolean compressed ) : System

Determines whether a file is compressed or not

Method Details

CompressedEventArgs() public method

Determines whether a file is compressed or not
public CompressedEventArgs ( System.Boolean compressed ) : System
compressed System.Boolean True if a Swf file is compressed
return System