SharedGraphicsDeviceManager.Disposed Event

Raised when the SharedGraphicsDeviceManager is disposed.

Syntax

'Declaration
Public Event Disposed As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> Disposed
public:
event EventHandler<EventArgs>^ Disposed {
         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