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

120 lines
6.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="RefreshEventArgs" FullName="System.ComponentModel.RefreshEventArgs">
<TypeSignature Language="C#" Maintainer="auto" Value="public class RefreshEventArgs : EventArgs" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit RefreshEventArgs 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 />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Typically, component information does not change for the life of a process. During design time, however, you can change the component's properties or events. As a result, the component's information in <see cref="T:System.ComponentModel.TypeDescriptor" /> becomes out-of-date, and a <see cref="E:System.ComponentModel.TypeDescriptor.Refreshed" /> event is raised. A <see cref="E:System.ComponentModel.TypeDescriptor.Refreshed" /> event is also raised when a <see cref="T:System.Type" /> is changed during design time.</para>
<para>A <see cref="T:System.ComponentModel.RefreshEventArgs" /> object specifies the data associated with the <see cref="E:System.ComponentModel.TypeDescriptor.Refreshed" /> event; that is, the component and the type of component that changed.</para>
<para>The <see cref="T:System.ComponentModel.RefreshEventArgs" /> class provides <see cref="P:System.ComponentModel.RefreshEventArgs.ComponentChanged" /> and <see cref="P:System.ComponentModel.RefreshEventArgs.TypeChanged" /> properties to get the component or type that raised the event.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides data for the <see cref="E:System.ComponentModel.TypeDescriptor.Refreshed" /> event.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public RefreshEventArgs (object componentChanged);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(object componentChanged) 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="componentChanged" Type="System.Object" />
</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.RefreshEventArgs" /> class with the component that has changed.</para>
</summary>
<param name="componentChanged">
<attribution license="cc4" from="Microsoft" modified="false" />The component that changed. </param>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public RefreshEventArgs (Type typeChanged);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Type typeChanged) 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="typeChanged" Type="System.Type" />
</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.RefreshEventArgs" /> class with the type of component that has changed.</para>
</summary>
<param name="typeChanged">
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> that changed. </param>
</Docs>
</Member>
<Member MemberName="ComponentChanged">
<MemberSignature Language="C#" Value="public object ComponentChanged { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance object ComponentChanged" />
<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 changed its properties, events, or extenders.</para>
</summary>
</Docs>
</Member>
<Member MemberName="TypeChanged">
<MemberSignature Language="C#" Value="public Type TypeChanged { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Type TypeChanged" />
<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.Type</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'Type'</value>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the <see cref="T:System.Type" /> that changed its properties or events.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>