Ryujinx-GtkSharp/doc/en/Gtk/ButtonPressEventHandler.xml

29 lines
1.2 KiB
XML
Raw Normal View History

<Type Name="ButtonPressEventHandler" FullName="Gtk.ButtonPressEventHandler">
<TypeSignature Language="C#" Maintainer="miguel" Value="public delegate void ButtonPressEventHandler(object o, Gtk.ButtonPressEventArgs args);" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.6.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>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>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<Parameters>
<Parameter Name="o" Type="System.Object" />
<Parameter Name="args" Type="Gtk.ButtonPressEventArgs" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>