2004-02-25 21:46:24 +00:00
<Type Name= "ButtonPressEventHandler" FullName= "Gtk.ButtonPressEventHandler" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "miguel" Value= "public delegate void ButtonPressEventHandler(object o, Gtk.ButtonPressEventArgs args);" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2005-06-17 18:43:30 +00:00
<AssemblyVersion > 2.6.0.0</AssemblyVersion>
2003-02-12 02:00:12 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 02:00:12 +00:00
<Docs >
2005-05-23 20:41:51 +00:00
<param name= "o" > To be added.</param>
<param name= "args" > To be added.</param>
2003-07-25 13:52:36 +00:00
<summary > Represents a method that will handle a button press event</summary>
<remarks >
2004-08-24 17:01:00 +00:00
The events is provided an <paramref name= "args" /> value that contains
2004-02-25 23:39:06 +00:00
the event data (<see cref= "T:Gtk.ButtonPressEventArgs" /> ).
2003-07-25 13:52:36 +00:00
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
<Base >
<BaseTypeName > System.Delegate</BaseTypeName>
</Base>
<Members />
2003-09-17 21:56:59 +00:00
<Parameters >
<Parameter Name= "o" Type= "System.Object" />
2004-02-25 21:46:24 +00:00
<Parameter Name= "args" Type= "Gtk.ButtonPressEventArgs" />
2003-09-17 21:56:59 +00:00
</Parameters>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
2005-05-23 20:41:51 +00:00
</Type>