ListView.onSelectionChanged

Fired when the selected row changes; argument is the new selected index.

class ListView
Event!(int) onSelectionChanged;

Meta