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 SourceGuid
Gets or sets the instance data guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Mode
Gets or sets the editor window. New will not be handled
Declaration
public Mode Mode { get; set; }
Property Value
Type | Description |
---|---|
Mode |
StackName
Gets or sets the stack name
Declaration
public string StackName { get; set; }
Property Value
Type | Description |
---|---|
System.String |