Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

139 lines
6.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="ComponentRenameEventArgs" FullName="System.ComponentModel.Design.ComponentRenameEventArgs">
<TypeSignature Language="C#" Maintainer="auto" Value="public class ComponentRenameEventArgs : EventArgs" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ComponentRenameEventArgs extends System.EventArgs" />
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
<AssemblyVersion>1.0.3300.0</AssemblyVersion>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
<Base>
<BaseTypeName>System.EventArgs</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A <see cref="T:System.ComponentModel.Design.ComponentRenameEventArgs" /> provides data about a <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRename" /> event.</para>
<para>A <see cref="T:System.ComponentModel.Design.ComponentRenameEventArgs" /> object provides the following information: </para>
<list type="bullet">
<item>
<para>A <see cref="P:System.ComponentModel.Design.ComponentRenameEventArgs.Component" /> property that references the component being renamed.</para>
</item>
<item>
<para>An <see cref="P:System.ComponentModel.Design.ComponentRenameEventArgs.OldName" /> property that indicates the old name of the component.</para>
</item>
<item>
<para>A <see cref="P:System.ComponentModel.Design.ComponentRenameEventArgs.NewName" /> property that indicates the new name of the component.</para>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides data for the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRename" /> event.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ComponentRenameEventArgs (object component, string oldName, string newName);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(object component, string oldName, string newName) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue />
<Parameters>
<Parameter Name="component" Type="System.Object" />
<Parameter Name="oldName" Type="System.String" />
<Parameter Name="newName" Type="System.String" />
</Parameters>
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ComponentRenameEventArgs" /> class.</para>
</summary>
<param name="component">
<attribution license="cc4" from="Microsoft" modified="false" />The component to be renamed. </param>
<param name="oldName">
<attribution license="cc4" from="Microsoft" modified="false" />The old name of the component. </param>
<param name="newName">
<attribution license="cc4" from="Microsoft" modified="false" />The new name of the component. </param>
</Docs>
</Member>
<Member MemberName="Component">
<MemberSignature Language="C#" Value="public object Component { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance object Component" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'object'</value>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the component that is being renamed.</para>
</summary>
</Docs>
</Member>
<Member MemberName="NewName">
<MemberSignature Language="C#" Value="public virtual string NewName { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string NewName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'string'</value>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the name of the component after the rename event.</para>
</summary>
</Docs>
</Member>
<Member MemberName="OldName">
<MemberSignature Language="C#" Value="public virtual string OldName { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string OldName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'string'</value>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the name of the component before the rename event.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>