Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ConfigurationUpdateEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ConfigurationUpdateEventArgs
    Inherited Members
    System.EventArgs.Empty
    Namespace: MediaBrowser.Common.Configuration
    Assembly: MediaBrowser.Common.dll
    Syntax
    public sealed class ConfigurationUpdateEventArgs : EventArgs

    Properties

    Key

    Gets or sets the key.

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    System.String

    The key.

    NewConfiguration

    Gets or sets the new configuration.

    Declaration
    public object NewConfiguration { get; set; }
    Property Value
    Type Description
    System.Object

    The new configuration.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.