DVTk API
Thread..::.ThreadStateChangeHandler Delegate
DVTkDvtkHighLevelInterface.Common.ThreadsThreadThread..::.ThreadStateChangeHandler
DVTk API

[This is preliminary documentation and is subject to change.]

The delegate used for the ThreadStateChangeEvent.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
thread (Thread)
oldThreadState (ThreadState)
newThreadState (ThreadState)

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0