Line.Lost Event

Language:

Occurs when an object is lost, normally just before a device is reset.

Definition

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

Remarks

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

[C#]
line.Lost += new System.EventHandler(this.LostEventHandler);


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