Exemple #1
0
 public async void OnMoveEvent(SortableJSEvent e)
 {
     await OnMove.InvokeAsync(new SortableEvent <TItem>(this, e));
 }