次の方法で共有


FeatureUpdatedEventArgs Class

Definition

Notifies that a specific feature was updated and might have changed its state, without computing the state value.

public ref class FeatureUpdatedEventArgs : EventArgs
public class FeatureUpdatedEventArgs : EventArgs
type FeatureUpdatedEventArgs = class
    inherit EventArgs
Public Class FeatureUpdatedEventArgs
Inherits EventArgs
Inheritance
FeatureUpdatedEventArgs

Constructors

Name Description
FeatureUpdatedEventArgs(String)

Creates an instance of FeatureUpdatedEventArgs.

Properties

Name Description
FeatureName

Name of feature that was updated.

Applies to