Framework.DeviceCreated Event

Language:

Occurs when the Microsoft Direct3D Device object is created.

Definition

Visual Basic Event DeviceCreated As Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventHandler
C# event Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventHandler DeviceCreated;
C++ :
event Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventHandlerDeviceCreated;
JScript In JScript, you can use events, but you cannot define your own.

Remarks

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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center