C# Class Skybound.Gecko.GeckoProgressEventArgs

Provides data for the GeckoProgressEventHandler event.
Inheritance: System.EventArgs
显示文件 Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
GeckoProgressEventArgs ( int current, int max ) : System

Creates a new instance of a GeckoProgressEventArgs object.

Method Details

GeckoProgressEventArgs() public method

Creates a new instance of a GeckoProgressEventArgs object.
public GeckoProgressEventArgs ( int current, int max ) : System
current int
max int
return System