AsyncEventHandler Delegate

Visual Studio 2015
 

An asynchronous event handler.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public delegate Task^ AsyncEventHandler(
	Object^ sender,
	EventArgs^ args
)

Parameters

sender
Type: System::Object^

The sender of the event.

args
Type: System::EventArgs^

The arguments

Return Value

Type: System.Threading.Tasks::Task^

A task whose completion signals handling is finished.

Return to top
Show: