Class ConfiguratorContextChangedArgs
Class ConfiguratorContextChangedArgs.
Namespace: Unity.Industrial.Forma.Core
Syntax
public class ConfiguratorContextChangedArgs : object
Properties
context
The new context.
Declaration
public Context context { get; }
Property Value
| Type | Description |
|---|---|
| Context | The context. |
oldContext
The old context.
Declaration
public Context oldContext { get; }
Property Value
| Type | Description |
|---|---|
| Context | The old context. |