AsyncEventHandler Delegate

 

An asynchronous event handler.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public delegate Task AsyncEventHandler(
	object sender,
	EventArgs args
)

Return Value

Type: System.Threading.Tasks.Task

This type is thread-safe for all members.

Return to top
Show: