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

FeatureUpdatedEventArgs(String)

Creates an instance of FeatureUpdatedEventArgs.

Properties

FeatureName

Name of feature that was updated.

Applies to