Delegate ContextCollectionChangedHandler
Delegate ContextCollectionChangedHandler
Namespace: Unity.Industrial.Forma.Core
Syntax
public delegate void ContextCollectionChangedHandler(object sender, ContextCollectionChangedArgs args);
Parameters
| Type | Name | Description |
|---|---|---|
| Object | sender | The sender. |
| ContextCollectionChangedArgs | args | The arguments. |