<TypeSignatureLanguage="C#"Value="public sealed delegate void DrawPrintHandler (object o, Gtk.DrawPrintArgs args);"Maintainer="auto"/>
<AssemblyInfo>
<AssemblyName>gtkhtml-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<Attributes/>
</AssemblyInfo>
<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:Gtk.HTMLEmbedded.DrawPrint"/> event utilizes this delegate:</para>
<para>Event data is passed via the <seecref="T:Gtk.DrawPrintArgs"/> parameter.</para>
<para>To attach a <seecref="T:Gtk.DrawPrintHandler"/> to an event, add the DrawPrintHandler instance to the event. The methods referenced by the DrawPrintHandler instance are invoked whenever the event is raised, until the DrawPrintHandler is removed from the event.</para>