Class ApplicationStateEventArgs
Event arguments for the application state event.
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 |