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