Gtk.Dialog.Response Event
Emitted when an action widget is clicked, the Gtk.Dialog receives a delete event, or the application programmer calls Dialog.Respond(int).

Syntax

[GLib.Signal("response")]
public event ResponseHandler Response

Remarks

On a delete event, the response ID is ResponseType.None. Otherwise, it depends on which action widget was clicked.

Requirements

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