[This is preliminary documentation and is subject to change.]
The delegate used for the ThreadStateChangeEvent.
| C# | Visual Basic | Visual C++ |
public delegate void ThreadStateChangeHandler( Thread thread, ThreadState oldThreadState, ThreadState newThreadState )
Public Delegate Sub ThreadStateChangeHandler ( _ thread As Thread, _ oldThreadState As ThreadState, _ newThreadState As ThreadState _ )
public delegate void ThreadStateChangeHandler( Thread^ thread, ThreadState oldThreadState, ThreadState newThreadState )