Delegate StackConnectionChanged
Event callback for a changed connection between stacks.
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public delegate void StackConnectionChanged(Guid stackGuid, bool isConnected);
Parameters
Type | Name | Description |
---|---|---|
System.Guid | stackGuid | The guid of the destination stack of the connection that changed. |
System.Boolean | isConnected | Flag if a conenction was created or removed. |