Gtk
Widget
OnDragDrop
Gtk.Widget.OnDragDrop Method
Default handler for the
Widget.DragDrop
event.
Syntax
protected virtual
bool
OnDragDrop
(
Gdk.DragContext
context,
int
x,
int
y,
uint
time_)
Parameters
context
a
Gdk.DragContext
x
a
int
y
a
int
time_
a
uint
Returns
a
bool
Remarks
Override this method in a subclass to provide a default handler for the
Widget.DragDrop
event.
Requirements
Namespace:
Gtk
Assembly:
gtk-sharp (in gtk-sharp.dll)