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