1<?xml version="1.0" encoding="utf-8"?>
2<Type Name="BulletedListEventArgs" FullName="System.Web.UI.WebControls.BulletedListEventArgs">
3  <TypeSignature Language="C#" Value="public class BulletedListEventArgs : EventArgs" />
4  <AssemblyInfo>
5    <AssemblyName>System.Web</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.Web.UI.WebControls.BulletedList.Click" /> event is raised when a link button in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control is clicked.</para>
17      <para>For a list of initial property values for an instance of the <see cref="T:System.Web.UI.WebControls.BulletedListEventArgs" /> class, see the <see cref="M:System.Web.UI.WebControls.BulletedListEventArgs.#ctor(System.Int32)" /> constructor.</para>
18    </remarks>
19    <summary>
20      <attribution license="cc4" from="Microsoft" modified="false" />
21      <para>Provides data for the <see cref="E:System.Web.UI.WebControls.BulletedList.Click" /> event of a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control.</para>
22    </summary>
23  </Docs>
24  <Members>
25    <Member MemberName=".ctor">
26      <MemberSignature Language="C#" Value="public BulletedListEventArgs (int index);" />
27      <MemberType>Constructor</MemberType>
28      <Parameters>
29        <Parameter Name="index" Type="System.Int32" />
30      </Parameters>
31      <Docs>
32        <since version=".NET 2.0" />
33        <remarks>
34          <attribution license="cc4" from="Microsoft" modified="false" />
35          <para>Use this constructor to initialize a new instance of the <see cref="T:System.Web.UI.WebControls.BulletedListEventArgs" /> class.</para>
36          <para>The following table shows the initial property values for an instance of the <see cref="T:System.Web.UI.WebControls.BulletedListEventArgs" /> class.</para>
37          <list type="table">
38            <listheader>
39              <item>
40                <term>
41                  <para>Property </para>
42                </term>
43                <description>
44                  <para>Initial Value </para>
45                </description>
46              </item>
47            </listheader>
48            <item>
49              <term>
50                <para>
51                  <see cref="P:System.Web.UI.WebControls.BulletedListEventArgs.Index" /> </para>
52              </term>
53              <description>
54                <para>The value of the <paramref name="index" /> parameter. </para>
55              </description>
56            </item>
57          </list>
58        </remarks>
59        <summary>
60          <attribution license="cc4" from="Microsoft" modified="false" />
61          <para>Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.BulletedListEventArgs" /> class.</para>
62        </summary>
63        <param name="index">
64          <attribution license="cc4" from="Microsoft" modified="false" />The zero-based index of the list item in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> that raised the event. </param>
65      </Docs>
66      <AssemblyInfo>
67        <AssemblyVersion>2.0.0.0</AssemblyVersion>
68      </AssemblyInfo>
69    </Member>
70    <Member MemberName="Index">
71      <MemberSignature Language="C#" Value="public int Index { get; }" />
72      <MemberType>Property</MemberType>
73      <ReturnValue>
74        <ReturnType>System.Int32</ReturnType>
75      </ReturnValue>
76      <Docs>
77        <value>To be added.</value>
78        <since version=".NET 2.0" />
79        <remarks>
80          <attribution license="cc4" from="Microsoft" modified="false" />
81          <para>Use this property to programmatically access the index of the list item in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control that raised the event.</para>
82        </remarks>
83        <summary>
84          <attribution license="cc4" from="Microsoft" modified="false" />
85          <para>Gets the index of the list item in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control that raised the event.</para>
86        </summary>
87      </Docs>
88      <AssemblyInfo>
89        <AssemblyVersion>2.0.0.0</AssemblyVersion>
90      </AssemblyInfo>
91    </Member>
92  </Members>
93</Type>