<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <linklocation="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<paramname="o">A <seecref="T:System.Object"/> containing the object that sent the event.</param>
<paramname="args">A <seecref="T:Gtk.AccelActivateArgs"/> object containing information about the accelerator that was activated, including the key value and modifiiers.</param>
<summary>This type of method is used for handling <seecref="E:Gtk.AccelGroup.AccelActivate"/> events.</summary>
<remarks>A delegate of this type can be attached to a <seecref="T:Gtk.AccelGroup"/> to monitor the activation of events via <seecref="E:Gtk.AccelGroup.AccelActivate"/>, however this is typically unneccessary, as most accelerators are bound directly to a widget and signal.</remarks>