Click or drag to resize

SelectableListNodeWithParentIParentEhChild_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#
void EhChild_IsSelectedChanged(
	SelectableListNodeWithParent child
)

Parameters

child  SelectableListNodeWithParent
The child node whose selection state changed.
See Also