Table of Contents

Class TWMWindowAddedEvent

Namespace
WorldMachineLoader.API.Events
Assembly
WML.API.dll

Event that is triggered when a game window is opened.

public class TWMWindowAddedEvent
Inheritance
TWMWindowAddedEvent
Inherited Members

Constructors

TWMWindowAddedEvent(object)

Initializes a new instance of the TWMWindowAddedEvent class.

public TWMWindowAddedEvent(object windowInstance)

Parameters

windowInstance object

An instance of a window.

Properties

WindowInstance

An instance of a window.

public object WindowInstance { get; }

Property Value

object