C# Class Skybound.Gecko.GeckoCreateWindowEventArgs

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

Méthodes publiques

Méthode Description
GeckoCreateWindowEventArgs ( GeckoWindowFlags flags ) : System

Creates a new instance of a GeckoCreateWindowEventArgs object.

Method Details

GeckoCreateWindowEventArgs() public méthode

Creates a new instance of a GeckoCreateWindowEventArgs object.
public GeckoCreateWindowEventArgs ( GeckoWindowFlags flags ) : System
flags GeckoWindowFlags
Résultat System