Show / Hide Table of Contents

    Class SettingChangedEventArgs

    Provides data for a SettingChanged event.

    Inheritance
    Object
    EventArgs
    SettingChangedEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: AudioBand.AudioSource
    Assembly: AudioBand.AudioSource.dll
    Syntax
    [Serializable]
    public sealed class SettingChangedEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    SettingChangedEventArgs(String)

    Initializes a new instance of the SettingChangedEventArgs class with the setting's name.

    Declaration
    public SettingChangedEventArgs(string settingName)
    Parameters
    Type Name Description
    String settingName

    Name of the setting that changed.

    Properties

    | Improve this Doc View Source

    SettingName

    Gets or sets the name of the setting that changed.

    Declaration
    public string SettingName { get; set; }
    Property Value
    Type Description
    String

    The name of the setting.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX