コード例 #1
0
 protected virtual Task HandleDrag(DragEventArgs args)
 {
     return(OnDrag.InvokeAsync(args));
 }