Table of Contents

Class TWMDesktopLoadedEvent

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

Event that is triggered when the desktop finishes loading.

public class TWMDesktopLoadedEvent
Inheritance
TWMDesktopLoadedEvent
Inherited Members

Constructors

TWMDesktopLoadedEvent(object)

Initializes a new instance of the TWMDesktopLoadedEvent class.

public TWMDesktopLoadedEvent(object desktopInstance)

Parameters

desktopInstance object

An instance of the desktop.

Properties

DesktopInstance

An instance of the desktop.

public object DesktopInstance { get; }

Property Value

object