FeatureFlagsChangedEventArgs Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |