FeatureChangedEventArgs Class
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.
Notifies that a specific feature changed state, and provides the new state value.
public ref class FeatureChangedEventArgs : EventArgs
public class FeatureChangedEventArgs : EventArgs
type FeatureChangedEventArgs = class
inherit EventArgs
Public Class FeatureChangedEventArgs
Inherits EventArgs
- Inheritance
-
FeatureChangedEventArgs
Constructors
FeatureChangedEventArgs(String, Boolean) |
Creates an instance of FeatureChangedEventArgs. |
Properties
FeatureName |
Name of feature that was changed. |
IsEnabled |
New value of the feature state. |