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