Show / Hide Table of Contents

Interface INodeEditor

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

Namespace: NanoByte.StructureEditor
Assembly: NanoByte.StructureEditor.dll
Syntax
public interface INodeEditor

Properties

CommandExecutor

An optional undo system to use for editing.

Declaration
ICommandExecutor CommandExecutor { get; set; }
Property Value
Type Description
ICommandExecutor
In This Article
Back to top Copyright Bastian Eicher