ISettingsSubset::SettingChangedAsync Event

Visual Studio 2015
 

Raised when a setting has changed.

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

event PropertyChangedAsyncEventHandler^ SettingChangedAsync {
	void add(PropertyChangedAsyncEventHandler^ value);
	void remove(PropertyChangedAsyncEventHandler^ value);
}
Return to top
Show: