Ryujinx-GtkSharp/Source/doc/en/Gdk/EventFunc.xml
2017-09-04 22:36:28 -03:00

24 lines
921 B
XML

<Type Name="EventFunc" FullName="Gdk.EventFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void EventFunc(Event evnt);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed EventFunc extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gdk-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="evnt" Type="Gdk.Event" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="evnt">To be added.</param>
<summary>To be added</summary>
<remarks>To be added</remarks>
</Docs>
<Members />
</Type>