Class ContextCollectionChangedArgs
Event args, when the context collection has changed.
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
public class ContextCollectionChangedArgs
Properties
context
Context that has been added or removed.
Declaration
public Context context { get; }
Property Value
Type | Description |
---|---|
Context | The context. |
eventType
Type of event that has been raised.
Declaration
public ContextCollectionChangedEventType eventType { get; }
Property Value
Type | Description |
---|---|
ContextCollectionChangedEventType | The type of the event. |
key
Key that has been added or removed.
Declaration
public string key { get; }
Property Value
Type | Description |
---|---|
String | The key. |