SharedGraphicsDeviceManager.DeviceCreated Event
Raised when a new graphics device is created.
Syntax
'Declaration
Public Event DeviceCreated As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> DeviceCreated
public:
event EventHandler<EventArgs>^ DeviceCreated {
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