public class TableHeaderEvent extends GuiEvent:
Event emitted when a TableView column header is activated.
import klyn.gui.windows import klyn.gui.windows.events table.headerClicked += lambda(event: TableHeaderEvent): print(event.name)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | columncolumn as Int |
Zero-based index of the activated column. |
| public readonly property | namename as String |
Display name of the activated column. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | TableHeaderEventTableHeaderEvent(source as Object, column as Int, name as String): |
Creates a table-header event. |