Search Results for

    Show / Hide Table of Contents

    Class OpenInstanceDataEditorEventArgs

    Stack editor arguments

    Inheritance
    System.Object
    OpenInstanceDataEditorEventArgs
    Inherited Members
    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.Event
    Assembly: Simplic.Studio.UI.dll
    Syntax
    public class OpenInstanceDataEditorEventArgs

    Properties

    | Improve this Doc View Source

    Guid

    Gets or sets the instance data guid

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

    Mode

    Gets or sets the editor window. New will not be handled

    Declaration
    public Mode Mode { get; set; }
    Property Value
    Type Description
    Mode
    | Improve this Doc View Source

    StackName

    Gets or sets the stack name

    Declaration
    public string StackName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx