IStringStorage::PropertyChangedAsync Event

Visual Studio 2015
 

Raised when a setting value is created, changes, or is deleted.

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

event PropertyChangedAsyncEventHandler^ PropertyChangedAsync {
	void add(PropertyChangedAsyncEventHandler^ value);
	void remove(PropertyChangedAsyncEventHandler^ value);
}

This event handler may be invoked on any thread.

Return to top
Show: