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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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