SettingChange Class
Represents a setting change.
Namespace: Microsoft.Data.Schema.Common.Settings
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public NotInheritable Class SettingChange
'Usage
Dim instance As SettingChange
public sealed class SettingChange
public ref class SettingChange sealed
public final class SettingChange
[<SealedAttribute>]
type SettingChange = class end
Remarks
This class contains the name of the setting, the old value of that setting, and the new value of that setting. This class is used by SettingsChangedEventArgs to pass around setting changes.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Common.Settings.SettingChange
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.