Table of Contents

Interface INodeEditor

Namespace
NanoByte.StructureEditor
Assembly
NanoByte.StructureEditor.dll

Provides an interface to a control that edits a node in the structure.

public interface INodeEditor

Properties

CommandExecutor

An optional undo system to use for editing.

ICommandExecutor? CommandExecutor { get; set; }

Property Value

ICommandExecutor