AsyncEventHandler Delegate
Visual Studio 2015
An asynchronous event handler.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
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.
Show: