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