[This is preliminary documentation and is subject to change.]
Event that gets fired when a graphics driver is activated and initialised
| C# | Visual Basic | Visual C++ |
public event GDLoadEventHandler GraphicsDriverLoaded
Public Event GraphicsDriverLoaded As GDLoadEventHandler
public: event GDLoadEventHandler^ GraphicsDriverLoaded { void add (GDLoadEventHandler^ value); void remove (GDLoadEventHandler^ value); }