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