Framework.DeviceCreated Event (DeviceCreated)
Occurs when the Microsoft Direct3D Device object is created.
Visual Basic Event DeviceCreated As Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventHandler C# event Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventHandler DeviceCreated; C++ :
event Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventHandler^ DeviceCreated;JScript In JScript, you can use events, but you cannot define your own.
When this event is triggered, it will return a Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventArgs object that contains the Direct3D Device object created and a description of the back buffer as a SurfaceDescription object.
Show: