FeatureFlagsChangedEventArgs Struct

Definition

Arguments for the event raised by the Changed event.

public value class FeatureFlagsChangedEventArgs
public struct FeatureFlagsChangedEventArgs
type FeatureFlagsChangedEventArgs = struct
Public Structure FeatureFlagsChangedEventArgs
Inheritance
FeatureFlagsChangedEventArgs

Constructors

Name Description
FeatureFlagsChangedEventArgs(String, Nullable<Boolean>)

Initializes a new instance of the FeatureFlagsChangedEventArgs struct.

Properties

Name Description
Enabled

Gets a value indicating whether the feature flag is enabled.

Name

Gets the name of the feature flag whose value has changed.

Applies to