Constructor ThreadProcsEventArgs
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.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
actionThreadProcSpecifies action to execute in the 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.