SelectionEvent

A handler receiving a selected item index.

alias SelectionEvent = void delegate
(
int index
)

Meta