예제 #1
0
 public void OnMouseDown(UIMouseEventArgs e, MyDraggable item)
 {
     BvgJsInterop.HandleDrag(item.ElementID, item.ID, new DotNetObjectRef(classForJS));
 }
 public void OnMouseDown(MouseEventArgs e, MyDraggable item)
 {
     BVirtualGridCJsInterop.HandleDrag(item.ElementID, item.ID, DotNetObjectReference.Create(classForJS));
 }