Beispiel #1
0
 // Suggested callback for the selected item, it needs to dispatch the item's IRoundItem data
 // Replace _roundData.Solutions[0] with the actually selected item's data
 private void OnItemSelected(IRoundItem selected)
 {
     ItemSelected.Dispatch(selected);
 }