次の方法で共有


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

Name Description
FeatureChangedEventArgs(String, Boolean)

Creates an instance of FeatureChangedEventArgs.

Properties

Name Description
FeatureName

Name of feature that was changed.

IsEnabled

New value of the feature state.

Applies to