<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.Layout.ScrollAdjustmentsSet"/>
</term>
</item>
<item>
<term>
<seecref="M:Gtk.TextView.ScrollAdjustmentsSet"/>
</term>
</item>
<item>
<term>
<seecref="M:Gtk.TreeView.ScrollAdjustmentsSet"/>
</term>
</item>
<item>
<term>
<seecref="M:Gtk.Viewport.ScrollAdjustmentsSet"/>
</term>
</item>
</list>
</para>
<para>Event data is passed via the <seecref="T:Gtk.ScrollAdjustmentsSetArgs"/> parameter.</para>
<para>To attach a <seecref="T:Gtk.ScrollAdjustmentsSetHandler"/> to an event, add the ScrollAdjustmentsSetHandler instance to the event. The methods referenced by the ScrollAdjustmentsSetHandler instance are invoked whenever the event is raised, until the ScrollAdjustmentsSetHandler is removed from the event.</para>