영어로 읽기 편집

다음을 통해 공유


TaskEventHandler Delegate

Definition

Represents the asynchronous task that is being processed by an instance of the EventHandlerTaskAsyncHelper class.

public delegate System.Threading.Tasks.Task TaskEventHandler(object sender, EventArgs e);

Parameters

sender
Object

The source of the event.

e
EventArgs

The event data.

Return Value

The asynchronous task.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to

제품 버전
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1