Show / Hide Table of Contents

Interface INodeEditor<T>

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

Inherited Members
INodeEditor.CommandExecutor
Namespace: NanoByte.StructureEditor
Assembly: NanoByte.StructureEditor.dll
Syntax
public interface INodeEditor<T> : INodeEditor where T : class
Type Parameters
Name Description
T

The type of object to edit.

Properties

Target

The element to be edited.

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