Class DisabledChangedArgs
Inherited Members
Namespace: LaunchDarkly.Sdk.Internal.Events
Assembly: LaunchDarkly.InternalSdk.dll
Syntax
public class DisabledChangedArgs : EventArgs
Constructors
DisabledChangedArgs(bool)
Declaration
public DisabledChangedArgs(bool disabled)
Parameters
Type | Name | Description |
---|---|---|
bool | disabled |
Properties
Disabled
Declaration
public bool Disabled { get; }
Property Value
Type | Description |
---|---|
bool |