Click or drag to resize
DigitalRuneWindowClosing Event
Occurs when the window is closing. Allows to cancel the closing operation. 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<CancelEventArgs> Closing

Value

Type: SystemEventHandlerCancelEventArgs
See Also