ExtendedTreeViewChangeStateImage Event

This event is raised after a click is detected on a node's state image or the space bar is hit on the selected node.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public event TreeViewEventHandler ChangeStateImage

Value

TreeViewEventHandler

Remarks

This event is only raised if a StateImageList has been defined for the tree view, the CheckBoxes property is false, and the node has a StateImageIndex or a StateImageKey defined.

See Also