Class ProductPresetsChangedArgs
Class ProductPresetsChangedArgs.
Namespace: Unity.Industrial.Forma.Core.Products
Syntax
public class ProductPresetsChangedArgs : object
Properties
eventType
Gets the type of the event.
Declaration
public ProductPresetsChangedEventType eventType { get; }
Property Value
Type | Description |
---|---|
ProductPresetsChangedEventType | The type of the event. |
preset
Gets the preset.
Declaration
public Configuration preset { get; }
Property Value
Type | Description |
---|---|
Configuration | The preset. |