Ryujinx-GtkSharp/doc/en/Gtk/TreeNodeRemovedHandler.xml

40 lines
1.4 KiB
XML
Raw Normal View History

<Type Name="TreeNodeRemovedHandler" FullName="Gtk.TreeNodeRemovedHandler">
<TypeSignature Language="C#" Value="public sealed delegate void TreeNodeRemovedHandler (object o, int old_position);" Maintainer="Mike Kestner" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<Attributes />
</AssemblyInfo>
<ThreadSafetyStatement />
<Docs>
<summary>TreeNodeRemovedHandler delegate</summary>
<remarks>
Event handler for notification of the removal of a child node. The node is already
removed when the event is raised, so <paramref name="old_position" /> points to the
former position of the removed node in the child list of <paramref name="o" />.
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.ICloneable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members />
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="o" Type="System.Object" />
<Parameter Name="old_position" Type="System.Int32" />
</Parameters>
</Type>