Click or drag to resize

IGuiBrowserTreeNode Interface

Defines callbacks for GUI-aware browser tree nodes.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IGuiBrowserTreeNode

The IGuiBrowserTreeNode type exposes the following members.

Methods
 NameDescription
Public methodOnNodeAdded Notifies that a node was added.
Public methodOnNodeMultipleChanges Notifies that multiple node changes occurred.
Public methodOnNodeRemoved Notifies that a node was removed.
Top
See Also