Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised by the CompareSettingValues method if any values have changed.
Namespace: Microsoft.Data.Schema.Tools.Settings.Internal
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Event SettingsChanged As EventHandler(Of VSDBToolsOptionsSettingsChangedEventArgs)
event EventHandler<VSDBToolsOptionsSettingsChangedEventArgs> SettingsChanged
event EventHandler<VSDBToolsOptionsSettingsChangedEventArgs^>^ SettingsChanged {
void add (EventHandler<VSDBToolsOptionsSettingsChangedEventArgs^>^ value);
void remove (EventHandler<VSDBToolsOptionsSettingsChangedEventArgs^>^ value);
}
abstract SettingsChanged : IEvent<EventHandler<VSDBToolsOptionsSettingsChangedEventArgs>,
VSDBToolsOptionsSettingsChangedEventArgs>
JScript does not support events.
Remarks
The provided VSDBToolsOptionsSettingsChangedEventArgs contains a list of the changed settings.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVSDBToolsOptionsSettings Interface