Class FeatureCodeChangedEventArgs
Class FeatureCodeChangedEventArgs. This class cannot be inherited.
Namespace: UnityEngine.Industrial.Configuring.Core
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. |