Gtk.Widget.OnDragDataGet Method

Default handler for the Widget.DragDataGet event.

Syntax

protected virtual void OnDragDataGet (Gdk.DragContext context, SelectionData selection_data, uint info, uint time_)

Parameters

context
a Gdk.DragContext
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.DragDataGet event.

Requirements

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