Constructor ThreadProcsEventArgs
ThreadProcsEventArgs(ThreadProc, ThreadProc, ThreadProc, ThreadProc)
Initializes a new instance of the ThreadProcsEventArgs with specified parameters.
public ThreadProcsEventArgs(ThreadProc action, ThreadProc start, ThreadProc end, ThreadProc stop)
Parameters
actionThreadProcSpecifies action to execute in a thread.
startThreadProcSpecifies action to execute when the thread starts.
endThreadProcSpecifies action to execute when the thread ends.
stopThreadProcSpecifies action to execute when a user aborts thread execution.