Ryujinx-GtkSharp/doc/en/Gtk/ButtonPressEventHandler.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

29 lines
1.3 KiB
XML

<Type Name="ButtonPressEventHandler" FullName="Gtk.ButtonPressEventHandler">
<TypeSignature Language="C#" Maintainer="miguel" Value="public delegate void ButtonPressEventHandler(object o, ButtonPressEventArgs args);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ButtonPressEventHandler extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
</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>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="o" Type="System.Object" />
<Parameter Name="args" Type="Gtk.ButtonPressEventArgs" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="o">Event sender.</param>
<param name="args">Event arguments.</param>
<summary>Represents a method that will handle a button press event</summary>
<remarks>
The events is provided an <paramref name="args" /> value that contains
the event data (<see cref="T:Gtk.ButtonPressEventArgs" />).
</remarks>
</Docs>
<Members />
</Type>