StoreUpdatedEventHandler Delegate

Visual Studio 2015
 

A handler for events raised by StoreUpdated that returns a Task so it can be asynchronous.

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

public delegate Task^ StoreUpdatedEventHandler(
	Object^ sender
)

Parameters

sender
Type: System::Object^

The sender.

Return Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: