FeatureChangedEventArgs Class

Definition

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.

Applies to