[jit] Enable partial generic sharing when not using AOT as an experiment.
[mono.git] / mcs / class / Managed.Windows.Forms / Documentation / en / System.Windows.Forms / DataGridViewRowsAddedEventArgs.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="DataGridViewRowsAddedEventArgs" FullName="System.Windows.Forms.DataGridViewRowsAddedEventArgs">
3   <TypeSignature Language="C#" Value="public class DataGridViewRowsAddedEventArgs : EventArgs" />
4   <AssemblyInfo>
5     <AssemblyName>System.Windows.Forms</AssemblyName>
6     <AssemblyVersion>2.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <Base>
9     <BaseTypeName>System.EventArgs</BaseTypeName>
10   </Base>
11   <Interfaces />
12   <Docs>
13     <since version=".NET 2.0" />
14     <remarks>
15       <attribution license="cc4" from="Microsoft" modified="false" />
16       <para>The <see cref="E:System.Windows.Forms.DataGridView.RowsAdded" /> event occurs when rows are added to a <see cref="T:System.Windows.Forms.DataGridView" /> control. When the user adds a new row using the row for new records, the <see cref="P:System.Windows.Forms.DataGridViewRowsAddedEventArgs.RowIndex" /> value in the handler for this event is equal to the index of the new location of the row for new records, which is one greater than the row just added. When you add rows programmatically, however, the <see cref="P:System.Windows.Forms.DataGridViewRowsAddedEventArgs.RowIndex" /> value is the index of the first row added. </para>
17       <para>For more information about handling events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>. </para>
18     </remarks>
19     <summary>
20       <attribution license="cc4" from="Microsoft" modified="false" />
21       <para>Provides data for the <see cref="E:System.Windows.Forms.DataGridView.RowsAdded" /> event. </para>
22     </summary>
23   </Docs>
24   <Members>
25     <Member MemberName=".ctor">
26       <MemberSignature Language="C#" Value="public DataGridViewRowsAddedEventArgs (int rowIndex, int rowCount);" />
27       <MemberType>Constructor</MemberType>
28       <Parameters>
29         <Parameter Name="rowIndex" Type="System.Int32" />
30         <Parameter Name="rowCount" Type="System.Int32" />
31       </Parameters>
32       <Docs>
33         <remarks>To be added.</remarks>
34         <since version=".NET 2.0" />
35         <summary>
36           <attribution license="cc4" from="Microsoft" modified="false" />
37           <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataGridViewRowsAddedEventArgs" /> class. </para>
38         </summary>
39         <param name="rowIndex">
40           <attribution license="cc4" from="Microsoft" modified="false" />The index of the first added row.</param>
41         <param name="rowCount">
42           <attribution license="cc4" from="Microsoft" modified="false" />The number of rows that have been added.</param>
43       </Docs>
44       <AssemblyInfo>
45         <AssemblyVersion>2.0.0.0</AssemblyVersion>
46       </AssemblyInfo>
47     </Member>
48     <Member MemberName="RowCount">
49       <MemberSignature Language="C#" Value="public int RowCount { get; }" />
50       <MemberType>Property</MemberType>
51       <ReturnValue>
52         <ReturnType>System.Int32</ReturnType>
53       </ReturnValue>
54       <Docs>
55         <value>To be added.</value>
56         <remarks>To be added.</remarks>
57         <since version=".NET 2.0" />
58         <summary>
59           <attribution license="cc4" from="Microsoft" modified="false" />
60           <para>Gets the number of rows that have been added.</para>
61         </summary>
62       </Docs>
63       <AssemblyInfo>
64         <AssemblyVersion>2.0.0.0</AssemblyVersion>
65       </AssemblyInfo>
66     </Member>
67     <Member MemberName="RowIndex">
68       <MemberSignature Language="C#" Value="public int RowIndex { get; }" />
69       <MemberType>Property</MemberType>
70       <ReturnValue>
71         <ReturnType>System.Int32</ReturnType>
72       </ReturnValue>
73       <Docs>
74         <value>To be added.</value>
75         <since version=".NET 2.0" />
76         <remarks>
77           <attribution license="cc4" from="Microsoft" modified="false" />
78           <para>When the user adds a new row using the row for new records, the value of this property is equal to the index of the new location of the row for new records, which is one greater than the row just added. When you add rows programmatically, however, the value of this property is the index of the first row added. </para>
79         </remarks>
80         <summary>
81           <attribution license="cc4" from="Microsoft" modified="false" />
82           <para>Gets the index of the first added row.</para>
83         </summary>
84       </Docs>
85       <AssemblyInfo>
86         <AssemblyVersion>2.0.0.0</AssemblyVersion>
87       </AssemblyInfo>
88     </Member>
89   </Members>
90 </Type>