<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <linklocation="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<para>The following events utilize this delegate:</para>
<para>
<listtype="bullet">
<item>
<term>
<seecref="M:Gtk.Entry.DeleteFromCursor"/>
</term>
</item>
<item>
<term>
<seecref="M:Gtk.TextView.DeleteFromCursor"/>
</term>
</item>
</list>
</para>
<para>Event data is passed via the <seecref="T:Gtk.DeleteFromCursorArgs"/> parameter.</para>
<para>To attach a <seecref="T:Gtk.DeleteFromCursorHandler"/> to an event, add the DeleteFromCursorHandler instance to the event. The methods referenced by the DeleteFromCursorHandler instance are invoked whenever the event is raised, until the DeleteFromCursorHandler is removed from the event.</para>