<Type Name="PopulatePopupArgs" FullName="Gtk.PopulatePopupArgs"> <TypeSignature Language="C#" Value="public class PopulatePopupArgs : GLib.SignalArgs" Maintainer="auto" /> <AssemblyInfo> <AssemblyName>gtk-sharp</AssemblyName> <AssemblyPublicKey> </AssemblyPublicKey> <AssemblyVersion>2.8.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 for populating a popup.</summary> <remarks> <para>The following events invoke <see cref="T:Gtk.PopulatePopupHandler" /> delegates which pass event data via this class:</para> <para> <list type="bullet"> <item> <term> <see cref="M:Gtk.Label.PopulatePopup" /> </term> </item> <item> <term> <see cref="M:Gtk.Entry.PopulatePopup" /> </term> </item> <item> <term> <see cref="M:Gtk.TextView.PopulatePopup" /> </term> </item> </list> </para> </remarks> </Docs> <Base> <BaseTypeName>GLib.SignalArgs</BaseTypeName> </Base> <Interfaces /> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public PopulatePopupArgs ();" /> <MemberType>Constructor</MemberType> <ReturnValue /> <Parameters /> <Docs> <summary>Public Constructor.</summary> <remarks>Create a new <see cref="T:Gtk.PopulatePopupArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.PopulatePopupHandler" /> delegate.</remarks> </Docs> </Member> <Member MemberName="Menu"> <MemberSignature Language="C#" Value="public Gtk.Menu Menu { get; };" /> <MemberType>Property</MemberType> <ReturnValue> <ReturnType>Gtk.Menu</ReturnType> </ReturnValue> <Docs> <summary>Data for populating the popup menu.</summary> <value>a <see cref="Gtk.Menu" /></value> <remarks /> </Docs> </Member> </Members> </Type>