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