FSpot.MainWindow.HandleIconViewDragDrop C# (CSharp) Method

HandleIconViewDragDrop() public method

public HandleIconViewDragDrop ( object sender, Gtk.DragDropArgs args ) : void
sender object
args Gtk.DragDropArgs
return void
		void HandleIconViewDragDrop (object sender, DragDropArgs args)
		{
			args.RetVal = true;
		}
MainWindow