RTreeView.OnHeadersClicked


public event OnHeadersClicked

Prototype:

OnHeadersClicked(Sender, EventData)

Parameters

Sender
the treeview
EventData
nothing

Description:

Event fired when the user click on the treeview header (when HeadersClickable is set to true)

Return value:

This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.