<Type Name="SelectionRequestEventArgs" FullName="Gtk.SelectionRequestEventArgs"> <TypeSignature Language="C#" Value="public class SelectionRequestEventArgs : GLib.SignalArgs" Maintainer="auto" /> <AssemblyInfo> <AssemblyName>gtk-sharp</AssemblyName> <AssemblyPublicKey> </AssemblyPublicKey> <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> <summary>Event data.</summary> <remarks> <para>The <see cref="M:Gtk.Widget.SelectionRequestEvent" /> event invokes <see cref="T:Gtk.SelectionRequestEventHandler" /> delegates which pass event data via this class.</para> </remarks> </Docs> <Base> <BaseTypeName>GLib.SignalArgs</BaseTypeName> </Base> <Interfaces /> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public SelectionRequestEventArgs ();" /> <MemberType>Constructor</MemberType> <ReturnValue /> <Parameters /> <Docs> <summary>Public Constructor.</summary> <remarks>Create a new <see cref="T:Gtk.SelectionRequestEventArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.SelectionRequestEventHandler" /> delegate.</remarks> </Docs> </Member> <Member MemberName="Event"> <MemberSignature Language="C#" Value="public Gdk.EventSelection Event { get; };" /> <MemberType>Property</MemberType> <ReturnValue> <ReturnType>Gdk.EventSelection</ReturnType> </ReturnValue> <Docs> <summary>The event which triggered this callback.</summary> <value>A <see cref="T:Gdk.EventSelection" /></value> <remarks> </remarks> </Docs> </Member> </Members> </Type>