CollectionChangedAsyncEventHandler Delegate

Visual Studio 2015
 

Handles changes to an ISettingsList that returns aTask so it can be asynchronous.

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

public delegate Task CollectionChangedAsyncEventHandler(
	object sender,
	SettingsListChangedEventArgs e
)

Parameters

sender
Type: System.Object

The sender.

e
Type: Microsoft.VisualStudio.Settings.SettingsListChangedEventArgs

The event.

Return Value

Type: System.Threading.Tasks.Task

Returns Task.

Return to top
Show: