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