Gtk.Widget.OnDragMotion Method
Default handler for the Widget.DragMotion event.

Syntax

protected virtual bool OnDragMotion (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.DragMotion event.

Requirements

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