Search Results for

    Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx