ISettingsList.CollectionChangedAsync Event

Definition

public:
 event Microsoft::VisualStudio::Settings::CollectionChangedAsyncEventHandler ^ CollectionChangedAsync;

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