Click or drag to resize
DigitalRuneWindow Events

The Window type exposes the following members.

Events
  NameDescription
Public eventClosed
Occurs when the window was closed using the Close method. This is a game object event.
Public eventClosing
Occurs when the window is closing. Allows to cancel the closing operation. This is a game object event.
Public eventInputProcessed
Occurs after the device input was processed.
(Inherited from UIControl.)
Public eventInputProcessing
Occurs before the device input is processed.
(Inherited from UIControl.)
Public eventPropertyChanged
Occurs when a property value has changed.
(Inherited from GameObject.)
Public eventTemplateChanged
Occurs when the Template changed.
(Inherited from GameObject.)
Top
Explicit Interface Implementations
See Also