Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.DeviceReset Event

Language:

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

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

Definition

Visual Basic .NET Event DeviceReset As Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventHandler
C# event Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventHandler DeviceReset;
Managed C++ : __event Microsoft.Samples.DirectX.UtilityToolkit.DeviceEventHandler DeviceReset;
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 that was reset 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