46 lines
2.7 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Type Name="IRaiseItemChangedEvents" FullName="System.ComponentModel.IRaiseItemChangedEvents">
<TypeSignature Language="C#" Value="public interface IRaiseItemChangedEvents" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IRaiseItemChangedEvents" />
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.ComponentModel.IRaiseItemChangedEvents" /> interface is typically implemented together with the <see cref="T:System.ComponentModel.IBindingList" /> interface and indicates that the list converts property change events to <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> events.</para>
<para>You rarely need to implement the <see cref="T:System.ComponentModel.IRaiseItemChangedEvents" /> interface. However, for performance purposes, your data source should implement <see cref="T:System.ComponentModel.IRaiseItemChangedEvents" /> if it provides the functionality described previously, and your data source is interacting with the <see cref="T:System.Windows.Forms.BindingSource" /> component, because this functionality is built into the <see cref="T:System.Windows.Forms.BindingSource" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Indicates whether a class converts property change events to <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> events.</para>
</summary>
</Docs>
<Members>
<Member MemberName="RaisesItemChangedEvents">
<MemberSignature Language="C#" Value="public bool RaisesItemChangedEvents { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool RaisesItemChangedEvents" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets a value indicating whether the <see cref="T:System.ComponentModel.IRaiseItemChangedEvents" /> object raises <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> events.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>