Search Results for

    Show / Hide Table of Contents

    Class SdkSupportEventArgs

    Event arguments for the Chroma SDK support event.

    Inheritance
    Object
    SdkSupportEventArgs
    Namespace: Colore.Events
    Assembly: Colore.dll
    Syntax
    public sealed class SdkSupportEventArgs : EventArgs

    Constructors

    SdkSupportEventArgs(Boolean)

    Initializes a new instance of the SdkSupportEventArgs class.

    Declaration
    public SdkSupportEventArgs(bool enabled)
    Parameters
    Type Name Description
    Boolean enabled

    Value indicating whether SDK support is enabled.

    Properties

    Enabled

    Gets a value indicating whether SDK support is enabled.

    Declaration
    public bool Enabled { get; }
    Property Value
    Type Description
    Boolean
    In This Article
    Back to top Copyright © 2015-2022 by Adam Hellberg and Brandon Scott
    Generated by DocFX