- o
- Event sender.
- args
- Event arguments.
The Widget.DragDataDelete event utilizes this delegate:
Event data is passed via the Gtk.DragDataDeleteArgs parameter.
To attach a Gtk.DragDataDeleteHandler to an event, add the DragDataDeleteHandler instance to the event. The methods referenced by the DragDataDeleteHandler instance are invoked whenever the event is raised, until the DragDataDeleteHandler is removed from the event.