SelectionCallback typedef

SelectionCallback = void Function(int selected)

Event for CSSelection

Implementation

typedef void SelectionCallback(int selected);