Edit

Share via


ThreadCreateEventCallback Delegate

Definition

Processes a thread create event.

public delegate void ThreadCreateEventCallback(ThreadCreateEventContext eventContext);
type ThreadCreateEventCallback = delegate of ThreadCreateEventContext -> unit
Public Delegate Sub ThreadCreateEventCallback(eventContext As ThreadCreateEventContext)

Parameters

eventContext
ThreadCreateEventContext

The thread create event to process.

Applies to