mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 18:35:38 +00:00
f2774d7879
svn path=/trunk/gtk-sharp/; revision=63369
54 lines
2.1 KiB
XML
54 lines
2.1 KiB
XML
<Type Name="ScrollAdjustmentsSetHandler" FullName="Gtk.ScrollAdjustmentsSetHandler">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ScrollAdjustmentsSetHandler(object o, Gtk.ScrollAdjustmentsSetArgs args);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
|
<Docs>
|
|
<param name="o">To be added.</param>
|
|
<param name="args">To be added.</param>
|
|
<summary>Event handler.</summary>
|
|
<remarks>
|
|
<para>The following events utilize this delegate:</para>
|
|
<para>
|
|
<list type="bullet">
|
|
<item>
|
|
<term>
|
|
<see cref="M:Gtk.Layout.ScrollAdjustmentsSet" />
|
|
</term>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<see cref="M:Gtk.TextView.ScrollAdjustmentsSet" />
|
|
</term>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<see cref="M:Gtk.TreeView.ScrollAdjustmentsSet" />
|
|
</term>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<see cref="M:Gtk.Viewport.ScrollAdjustmentsSet" />
|
|
</term>
|
|
</item>
|
|
</list>
|
|
</para>
|
|
<para>Event data is passed via the <see cref="T:Gtk.ScrollAdjustmentsSetArgs" /> parameter.</para>
|
|
<para>To attach a <see cref="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>
|
|
</remarks>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Members />
|
|
<Parameters>
|
|
<Parameter Name="o" Type="System.Object" />
|
|
<Parameter Name="args" Type="Gtk.ScrollAdjustmentsSetArgs" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|