<para>The following events utilize this delegate:</para>
<para>
<listtype="bullet">
<item>
<term>
<seecref="M:GLib.Application.ActionAdded"/>
</term>
</item>
<item>
<term>
<seecref="M:GLib.SimpleActionGroup.ActionAdded"/>
</term>
</item>
</list>
</para>
<para>Event data is passed via the <seecref="T:GLib.ActionAddedArgs"/> parameter.</para>
<para>To attach a <seecref="T:GLib.ActionAddedHandler"/> to an event, add the ActionAddedHandler instance to the event. The methods referenced by the ActionAddedHandler instance are invoked whenever the event is raised, until the ActionAddedHandler is removed from the event.</para>