public IDataObject willPerformDragSourceAction(WebView WebView, WebDragSourceAction action, ref tagPOINT point, IDataObject pasteboard)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public override void UIWillPerformDragSource(WebView webView, WebDragSourceAction action, PointF sourcePoint, NSPasteboard pasteboard);
Ejemplo n.º 3
0
 public IDataObject willPerformDragSourceAction(WebView WebView, WebDragSourceAction action, ref tagPOINT point, IDataObject pasteboard)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public IDataObject willPerformDragSourceAction(WebView WebView, WebDragSourceAction action, ref tagPOINT point, IDataObject pasteboard)
 {
     return null;
 }
Ejemplo n.º 5
0
 public IDataObject willPerformDragSourceAction(WebView WebView, WebDragSourceAction action, ref tagPOINT point, IDataObject pasteboard)
 {
     return(null);
 }