C# Class Skybound.Gecko.GeckoCreateWindowEventArgs

Provides data for the GeckoCreateWindowEventHandler event.
Inheritance: System.EventArgs
Mostra file Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
GeckoCreateWindowEventArgs ( GeckoWindowFlags flags ) : System

Creates a new instance of a GeckoCreateWindowEventArgs object.

Method Details

GeckoCreateWindowEventArgs() public method

Creates a new instance of a GeckoCreateWindowEventArgs object.
public GeckoCreateWindowEventArgs ( GeckoWindowFlags flags ) : System
flags GeckoWindowFlags
return System