SharedGraphicsDeviceManager.DeviceDisposing Event

Raised when the GraphicsDevice is being disposed.

Syntax

'Declaration
Public Event DeviceDisposing As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> DeviceDisposing
public:
event EventHandler<EventArgs>^ DeviceDisposing {
         void add (EventHandler<EventArgs>^ value);
         void remove (EventHandler<EventArgs>^ value);
}

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

SharedGraphicsDeviceManager Class
SharedGraphicsDeviceManager Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone