Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.DeviceCreated Event

Language:

Note: This documentation is preliminary and is subject to change.

Occurs when the Microsoft® Direct3D® Device object is created.

Definition

Visual Basic .NET Event DeviceCreated As Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventHandler
C# event Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventHandler DeviceCreated;
Managed C++ : __event Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventHandler DeviceCreated;
JScript .NET In JScript .NET, 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 Microsoft® Direct3D® Device object created and a description of the back buffer as a SurfaceDescription object.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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