Click or drag to resize

SelectableListNodeWithParentIParent Interface

Defines the contract for a parent object that reacts to selection changes of its child nodes.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IParent

The SelectableListNodeWithParentIParent type exposes the following members.

Methods
 NameDescription
Public methodEhChild_IsSelectedChanged Handles a change of the IsSelected state of a child node.
Top
See Also