예제 #1
0
 public async void OnEndEvent(SortableJSEvent e)
 {
     await OnEnd.InvokeAsync(new SortableEvent <TItem>(this, e));
 }