Class ThreadProcsEventArgs
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Provides data for the actions executed in a separate thread.
public class ThreadProcsEventArgs : EventArgs
- Inheritance
-
ThreadProcsEventArgs
Constructors
- ThreadProcsEventArgs(ThreadProc, ThreadProc, ThreadProc, ThreadProc)
Initializes a new instance of the ThreadProcsEventArgs with specified parameters.
Properties
- Aborted
Gets or sets a value indicating whether thread execution was aborted.
- Action
Gets or sets action to execute in a thread.
- End
Gets or sets action to execute when the thread ends.
- Start
Gets or sets action to execute when the thread starts.
- Stop
Gets or sets action to execute when a user aborts thread execution.