Search Results for

    Show / Hide Table of Contents

    Class SettingsChangedEventArgs

    Inheritance
    object
    EventArgs
    SettingsChangedEventArgs
    Inherited Members
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Core.Settings
    Assembly: Sdl.Core.Settings.dll
    Syntax
    public class SettingsChangedEventArgs : EventArgs

    Constructors

    SettingsChangedEventArgs(ISettingsGroup, IList<string>)

    Declaration
    public SettingsChangedEventArgs(ISettingsGroup settingsGroup, IList<string> settingIds)
    Parameters
    Type Name Description
    ISettingsGroup settingsGroup
    IList<string> settingIds

    Properties

    SettingIds

    Declaration
    public IList<string> SettingIds { get; }
    Property Value
    Type Description
    IList<string>

    SettingsGroup

    Declaration
    public ISettingsGroup SettingsGroup { get; }
    Property Value
    Type Description
    ISettingsGroup
    In this article
    • Constructors
      • SettingsChangedEventArgs(ISettingsGroup, IList<string>)
    • Properties
      • SettingIds
      • SettingsGroup
    Back to top Generated by DocFX