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
objectAn instance of the desktop.
Properties
DesktopInstance
An instance of the desktop.
public object DesktopInstance { get; }