Class ConfiguratorChangeArgs
Class ConfiguratorChangeArgs.
Namespace: Unity.Industrial.Forma.Core
Syntax
public class ConfiguratorChangeArgs : LifecycleChange<Configurator>
Constructors
ConfiguratorChangeArgs(Configurator, LifecycleChange.Type)
Initializes a new instance of the ConfiguratorChangeArgs class.
Declaration
public ConfiguratorChangeArgs(Configurator obj, LifecycleChange.Type change)
Parameters
Type | Name | Description |
---|---|---|
Configurator | obj | The object. |
LifecycleChange.Type | change | The change. |