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