C# Class Skybound.Gecko.GeckoProgressEventArgs

Provides data for the GeckoProgressEventHandler event.
Inheritance: System.EventArgs
Afficher le fichier Open project: tophatmonocle/DirtyGecko Class Usage Examples

Méthodes publiques

Méthode Description
GeckoProgressEventArgs ( int current, int max ) : System

Creates a new instance of a GeckoProgressEventArgs object.

Method Details

GeckoProgressEventArgs() public méthode

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