Gtk.AccelActivateHandler Delegate
This type of method is used for handling AccelGroup.AccelActivate events.

Syntax

public delegate void AccelActivateHandler (object o, AccelActivateArgs args)

Parameters

o
A object containing the object that sent the event.
args
A Gtk.AccelActivateArgs object containing information about the accelerator that was activated, including the key value and modifiiers.

Remarks

A delegate of this type can be attached to a Gtk.AccelGroup to monitor the activation of events via AccelGroup.AccelActivate, however this is typically unneccessary, as most accelerators are bound directly to a widget and signal.

Requirements

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