You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement the ability of querycontinuedraghandler when files are placed in the resource manager or other programs, but it seems that dropped can not be hit. Is there any other way to decide whether to drop before drop
The text was updated successfully, but these errors were encountered:
'''
DataObject fileDrop = new DataObject(DataFormats.FileDrop, files.ToArray());
DragDrop.AddQueryContinueDragHandler(Helper.Main.ViewEx, DocItem_QueryContinueDrag);
DragDrop.DoDragDrop(Helper.Main.ViewEx, fileDrop, DragDropEffects.All);
'''
I want to implement the ability of querycontinuedraghandler when files are placed in the resource manager or other programs, but it seems that dropped can not be hit. Is there any other way to decide whether to drop before drop
The text was updated successfully, but these errors were encountered: