GraphicsDevice.Disposing Event
Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
Syntax
public event EventHandler Disposing
Remarks
IsDisposed indicates whether an object has been disposed.
Example
To add an event handler that listens for Disposing, use the following C# code.
[C#] obj.Disposing += new System.EventHandler( this.OnDisposing );
See Also
Reference
GraphicsDevice Class
GraphicsDevice Members
Microsoft.Xna.Framework.Graphics Namespace
Platforms
Xbox 360, Windows XP SP2, Windows Vista