ISettingsList.CollectionChangedAsync Event

Definition

public:
 event Microsoft::VisualStudio::Settings::CollectionChangedAsyncEventHandler ^ CollectionChangedAsync;
event Microsoft.VisualStudio.Settings.CollectionChangedAsyncEventHandler CollectionChangedAsync;
member this.CollectionChangedAsync : Microsoft.VisualStudio.Settings.CollectionChangedAsyncEventHandler 
Event CollectionChangedAsync As CollectionChangedAsyncEventHandler 

Event Type

Remarks

This event handler may be invoked on any thread. When changes involve both deletions and additions (or replacements, which are modeled as deletion+addition pairs) the additions will be applied first followed by the deletions.

Applies to