Event WebTree.Data (gb.web.gui)
Event Data ( Key As String, Column As Integer, Data As WebTreeData )
This event is raised when the contents of a specific item is needed (usually to draw it).
-
Key is the item key.
-
Column is the item column.
You must provide the item contents by setting the fields of the
Data argument.