Class SdkSupportEventArgs
Event arguments for the Chroma SDK support event.
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 |