ExtendedTreeViewOnAfterCheck Method

This is overridden to synchronize the parent and child checked states if SyncParentChildCheckedState is set to true.

Definition

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

Parameters

e  TreeViewEventArgs
The event arguments

See Also