SettingsChangedEventArgs Class
Represents EventArgs used by the event handler SettingsChanged in ISettings.
Namespace: Microsoft.Data.Schema.Common.Settings
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public NotInheritable Class SettingsChangedEventArgs _
Inherits EventArgs
'Usage
Dim instance As SettingsChangedEventArgs
public sealed class SettingsChangedEventArgs : EventArgs
public ref class SettingsChangedEventArgs sealed : public EventArgs
public final class SettingsChangedEventArgs extends EventArgs
[<SealedAttribute>]
type SettingsChangedEventArgs =
class
inherit EventArgs
end
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Data.Schema.Common.Settings.SettingsChangedEventArgs
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.