Garry's Mod Wiki

DListView:OnClickLine

  DListView:OnClickLine( Panel line, boolean isSelected )

Description

This is used internally - although you're able to use it you probably shouldn't. Use DListView:OnRowSelected instead!

Called whenever a line is clicked.

Arguments

1 Panel line
The selected line.
2 boolean isSelected
Boolean indicating whether the line is selected.