<para>The following events utilize this delegate:</para>
<para>
<listtype="bullet">
<item>
<term>
<seecref="M:Gtk.AboutDialog.ActivateLink"/>
</term>
</item>
<item>
<term>
<seecref="M:Gtk.Label.ActivateLink"/>
</term>
</item>
<item>
<term>
<seecref="M:Gtk.LinkButton.ActivateLink"/>
</term>
</item>
</list>
</para>
<para>Event data is passed via the <seecref="T:Gtk.ActivateLinkArgs"/> parameter.</para>
<para>To attach a <seecref="T:Gtk.ActivateLinkHandler"/> to an event, add the ActivateLinkHandler instance to the event. The methods referenced by the ActivateLinkHandler instance are invoked whenever the event is raised, until the ActivateLinkHandler is removed from the event.</para>