<Type Name="InsertAtCursorArgs" FullName="Gtk.InsertAtCursorArgs"> <TypeSignature Language="C#" Value="public class InsertAtCursorArgs : GLib.SignalArgs" Maintainer="auto" /> <AssemblyInfo> <AssemblyName>gtk-sharp</AssemblyName> <AssemblyPublicKey> </AssemblyPublicKey> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyCulture>neutral</AssemblyCulture> <Attributes /> </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 following events invoke <see cref="T:Gtk.InsertAtCursorHandler" /> delegates which pass event data via this class:</para> <para> <list type="bullet"> <item> <term> <see cref="M:Gtk.Entry.InsertAtCursor" /> </term> </item> <item> <term> <see cref="M:Gtk.TextView.InsertAtCursor" /> </term> </item> </list> </para> </remarks> </Docs> <Base> <BaseTypeName>GLib.SignalArgs</BaseTypeName> </Base> <Interfaces /> <Attributes /> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public InsertAtCursorArgs ();" /> <MemberType>Constructor</MemberType> <ReturnValue /> <Parameters /> <Docs> <summary>Public Constructor.</summary> <returns>A new <see cref="T:Gtk.InsertAtCursorArgs" />.</returns> <remarks>Create a new <see cref="T:Gtk.InsertAtCursorArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.InsertAtCursorHandler" /> delegate.</remarks> </Docs> </Member> <Member MemberName="Str"> <MemberSignature Language="C#" Value="public string Str { get; };" /> <MemberType>Property</MemberType> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary>The text that was inserted.</summary> <returns>A <see cref="T:System.String" /></returns> <remarks /> </Docs> </Member> </Members> </Type>