Class VariantTableChangedArgs
Arguments for variantTableChanged event.
Namespace: Unity.Industrial.Forma.Core.Variants
Syntax
public sealed class VariantTableChangedArgs : object
Properties
eventType
Gets the type of the event.
Declaration
public VariantTableChangedEventType eventType { get; }
Property Value
| Type | Description | 
|---|---|
| VariantTableChangedEventType | The type of the event.  | 
featureSet
Gets the feature set.
Declaration
public FeatureSet featureSet { get; }
Property Value
| Type | Description | 
|---|---|
| FeatureSet | The feature set.  |