ISettingsList.CollectionChangedAsync Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.