Search Results for

    Show / Hide Table of Contents

    Class ShowLinkingSetWindowEventArgs

    Event arguments for showing linking set window

    Inheritance
    System.Object
    System.EventArgs
    ShowLinkingSetWindowEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Studio.UI
    Assembly: Simplic.Studio.UI.dll
    Syntax
    public class ShowLinkingSetWindowEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    NewLinkingSet

    True if new linking set should be created and the items added to it, false if items are to be added to existing linking set

    Declaration
    public bool NewLinkingSet { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SelectedItems

    Set of selected instance data items

    Declaration
    public IList<InstanceDataLinkSetItem> SelectedItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<InstanceDataLinkSetItem>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx