Search Results for

    Show / Hide Table of Contents

    Class ApplicationStateEventArgs

    Event arguments for the application state event.

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

    Constructors

    ApplicationStateEventArgs(Boolean)

    Initializes a new instance of the ApplicationStateEventArgs class.

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

    Value indicating whether the application has been enabled.

    Properties

    Enabled

    Gets a value indicating whether or not the application has been 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