Gtk.Drag.Finish Method
Informs the drag sourcre that the drop is finished, and that the data of the drag will no longer be repaired.

Syntax

public static void Finish (Gdk.DragContext context, bool success, bool del, uint time_)

Parameters

context
The drag context.
success
A flag indicating whether the drop was successful.
del
A flag indicating whether the source should delete the original data (this should be true for a move).
time_
The timestamp from the Widget.DragDrop event.

Remarks

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)