<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 <seecref="M:Gdk.Display.Closed"/> event utilizes this delegate:</para>
<para>Event data is passed via the <seecref="T:Gdk.ClosedArgs"/> parameter.</para>
<para>To attach a <seecref="T:Gdk.ClosedHandler"/> to an event, add the ClosedHandler instance to the event. The methods referenced by the ClosedHandler instance are invoked whenever the event is raised, until the ClosedHandler is removed from the event.</para>