MCPcopy
hub / github.com/lxn/walk / CurrentIndexChanged

Method CurrentIndexChanged

tableview.go:1246–1248  ·  view source on GitHub ↗

CurrentIndexChanged is the event that is published after CurrentIndex has changed.

()

Source from the content-addressed store, hash-verified

1244// CurrentIndexChanged is the event that is published after CurrentIndex has
1245// changed.
1246func (tv *TableView) CurrentIndexChanged() *Event {
1247 return tv.currentIndexChangedPublisher.Event()
1248}
1249
1250// IndexAt returns the item index at coordinates x, y of the
1251// TableView or -1, if that point is not inside any item.

Callers 2

NewTableViewWithCfgFunction · 0.95
CreateMethod · 0.95

Calls 1

EventMethod · 0.45

Tested by

no test coverage detected