IVsManagedSettingsChangeEventSource::SettingChanged Event

 

Occurs when settings have changed.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

event Action<IVsManagedSettingsChangeEventSource^>^ SettingChanged {
	void add(Action<IVsManagedSettingsChangeEventSource^>^ value);
	void remove(Action<IVsManagedSettingsChangeEventSource^>^ value);
}
Return to top
Show: