Class FeatureCodeChangedEventArgs
Class FeatureCodeChangedEventArgs. This class cannot be inherited.
Namespace: Unity.Industrial.Forma.Core.Variants
Syntax
public sealed class FeatureCodeChangedEventArgs : EventArgs
Properties
feature
Gets the feature.
Declaration
public Feature feature { get; }
Property Value
| Type | Description | 
|---|---|
| Feature | The feature.  | 
oldCode
Gets the old code.
Declaration
public string oldCode { get; }
Property Value
| Type | Description | 
|---|---|
| String | The old code.  |