Class TWMWindowRemovedEvent
- Namespace
- WorldMachineLoader.API.Events
- Assembly
- WML.API.dll
Event that is triggered when a game window is closed.
public class TWMWindowRemovedEvent
- Inheritance
-
TWMWindowRemovedEvent
- Inherited Members
Constructors
TWMWindowRemovedEvent(object)
Initializes a new instance of the TWMWindowRemovedEvent class.
public TWMWindowRemovedEvent(object windowInstance)
Parameters
windowInstance
objectAn instance of a window.
Properties
WindowInstance
An instance of a window.
public object WindowInstance { get; }