Пример #1
0
 public DragDropEffects DoDragDrop(object data, DragDropEffects allowedEffects)
 {
     LastDoDragDropArgs = new DoDragDropArgs()
     {
         Data = data, AllowedEffects = allowedEffects
     };
     return(NextDoDragDropResult);
 }
Пример #2
0
		public DragDropEffects DoDragDrop(object data, DragDropEffects allowedEffects)
		{
			LastDoDragDropArgs = new DoDragDropArgs() {Data = data, AllowedEffects = allowedEffects};
			return NextDoDragDropResult;
		}