![]() |
![]() |
![]() |
Font.Lost Event |
Language: |
Occurs when an object is lost, normally just before a device is reset.
Visual Basic .NET Public Event Lost As EventHandler C# public event EventHandler Lost; Managed C++ public: __event EventHandler Lost; JScript .NET In JScript .NET, you can use events, but you cannot define your own.
To add an event handler that listens for a Font.Lost event, use the following C# code.
[C#]
Font.Lost += new System.EventHandler(this.LostEventHandler);
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center