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
action
ThreadProcSpecifies action to execute in a thread.
start
ThreadProcSpecifies action to execute when the thread starts.
end
ThreadProcSpecifies action to execute when the thread ends.
stop
ThreadProcSpecifies action to execute when a user aborts thread execution.