Click or drag to resize
DigitalRuneWindowClosed Event
Occurs when the window was closed using the Close method. This is a game object event.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public event EventHandler<EventArgs> Closed

Value

Type: SystemEventHandlerEventArgs
Remarks
Depending on HideOnClose "closed" means either removed from the UIScreen or only hidden (IsVisible is ). This event is only called if the window is closed using the Close method.
See Also