Gtk.SizeChangedHandler Delegate
Event handler.

Syntax

public delegate void SizeChangedHandler (object o, SizeChangedArgs args)

Parameters

o
Event sender.
args
Event arguments.

Remarks

The StatusIcon.SizeChanged event utilizes this delegate:

Event data is passed via the Gtk.SizeChangedArgs parameter.

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

Requirements

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