ExtendedTreeViewOnMouseUp Method

This is overridden to implement additional behavior on mouse up events

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void OnMouseUp(
	MouseEventArgs e
)

Parameters

e  MouseEventArgs
The event arguments

Remarks

When FullRowSelect is enabled along with ShowLines this ensures that the node becomes selected. When a StateImageList is defined and a node's state image is clicked the ChangeStateImage event is raised.

See Also