Skybound.Gecko.GeckoCreateWindowEventArgs.GeckoCreateWindowEventArgs C# (CSharp) Method

GeckoCreateWindowEventArgs() public method

Creates a new instance of a GeckoCreateWindowEventArgs object.
public GeckoCreateWindowEventArgs ( GeckoWindowFlags flags ) : System
flags GeckoWindowFlags
return System
        public GeckoCreateWindowEventArgs(GeckoWindowFlags flags)
        {
            _Flags = flags;
        }
GeckoCreateWindowEventArgs