Microsoft DirectX 9.0 SDK Update (October 2004)

RenderToEnvironmentMap.Reset Event

Language:

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

Occurs after the RenderToEnvironmentMap.OnResetDevice method is called or after the Device is reset.

Definition

Visual Basic .NET Public Event Reset As EventHandler
C# public event EventHandler Reset;
Managed C++ public: __event EventHandler Reset;
JScript .NET In JScript .NET, you can use events, but you cannot define your own.

Remarks

To add an event handler that listens for a RenderToEnvironmentMap.OnResetDevice event, use the following C# code.

[C#]
rtem.Reset += new System.EventHandler(this.ResetEventHandler);


© 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