CollectionChangedAsyncEventHandler Delegate
Visual Studio 2015
Handles changes to an ISettingsList that returns aTask so it can be asynchronous.
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.
Show: