public DragDropEffects DoDragDrop(object data, DragDropEffects allowedEffects) { LastDoDragDropArgs = new DoDragDropArgs() { Data = data, AllowedEffects = allowedEffects }; return(NextDoDragDropResult); }
public DragDropEffects DoDragDrop(object data, DragDropEffects allowedEffects) { LastDoDragDropArgs = new DoDragDropArgs() {Data = data, AllowedEffects = allowedEffects}; return NextDoDragDropResult; }