Constructor ThreadProcsEventArgs
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
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 the 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.