SharedGraphicsDeviceManager.DeviceResetting Event
Raised when the GraphicsDevice is about to be reset.
Syntax
'Declaration
Public Event DeviceResetting As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> DeviceResetting
public:
event EventHandler<EventArgs>^ DeviceResetting {
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