TreeView Xojo plugin

DesktopTreeView.ReloadEvents Method

Reloads events if having used AddHandler to subscribe events.

ReloadEvents()

Parameters

Remarks

Since we pre-cache all events to optimize the control then if you subscribe events with AddHandler then you will need to call ReloadEvents after calling AddHandler for it to work.

See Also

DesktopTreeView Control