Table of Contents

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 ThreadProc

Specifies action to execute in the thread.

start ThreadProc

Specifies action to execute when the thread starts.

end ThreadProc

Specifies action to execute when the thread ends.

stop ThreadProc

Specifies action to execute when a user aborts thread execution.