TreeView.AfterMouseDown Event
This event is fired after all handling of MouseDown is complete, including repaint if needed.
Parameters
- node
- The node that was clicked (nil if none).
- nodeIndex
- The screen index for the node that was clicked (-1 if none).
Remarks
This event is especially good for context menus.
See Also
TreeView Control