Click or drag to resize

SingleSelectableListNodeListEhChild_IsSelectedChanged Method

Handles a change of the IsSelected state of a child node.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhChild_IsSelectedChanged(
	SelectableListNodeWithParent child
)

Parameters

child  SelectableListNodeWithParent
The child node whose selection state changed.

Implements

SelectableListNodeWithParentIParentEhChild_IsSelectedChanged(SelectableListNodeWithParent)
See Also