DListView:OnRowSelected
Example
Prints the first two column values of the row that was clicked. In this example it's the nickname and kills of the player selected in the list
Called internally by DListView:OnClickLine when a line is selected. This is the function you should override to define the behavior when a line is selected.
Prints the first two column values of the row that was clicked. In this example it's the nickname and kills of the player selected in the list