Table of Contents

Constructor ThreadProcsEventArgs

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.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 a 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.