|   |   |   | 
| Line.Reset Event | Language: | 
Occurs after the Line.OnResetDevice method is called or after the Line is reset.
Visual Basic Public Event Reset As EventHandler C# public event EventHandler Reset; C++ public: 
event EventHandler^ Reset;JScript In JScript, you can use events, but you cannot define your own. 
To add an event handler that listens for a Line.Reset event, use the following C# code.
[C#]
line.Reset += new System.EventHandler(this.ResetEventHandler);
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