Gtk.UnmapEventHandler Delegate
Event handler. Called whenever a widget is unmapped--- that is, whenever its window is hidden.

Syntax

public delegate void UnmapEventHandler (object o, UnmapEventArgs args)

Parameters

o
Event sender.
args
Event arguments.

Remarks

The Widget.UnmapEvent event utilizes this delegate:

Event data is passed via the Gtk.UnmapEventArgs parameter.

To attach a Gtk.UnmapEventHandler to an event, add the UnmapEventHandler instance to the event. The methods referenced by the UnmapEventHandler instance are invoked whenever the event is raised, until the UnmapEventHandler is removed from the event.

Requirements

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