Class ProductChangeArgs
Class ProductChangeArgs.
Namespace: Unity.Industrial.Forma.Core.Products
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Core", "Unity.Industrial.Configurator", null)]
public class ProductChangeArgs : LifecycleChange<Product>
Constructors
ProductChangeArgs(Product, LifecycleChange.Type)
Initializes a new instance of the ProductChangeArgs class.
Declaration
public ProductChangeArgs(Product obj, LifecycleChange.Type change)
Parameters
Type | Name | Description |
---|---|---|
Product | obj | The object. |
LifecycleChange.Type | change | The change. |