﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DataGridPageChangedEventArgs" FullName="System.Web.UI.WebControls.DataGridPageChangedEventArgs"><TypeSignature Language="C#" Maintainer="auto" Value="public class DataGridPageChangedEventArgs : EventArgs" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyPublicKey></AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.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>The <see cref="E:System.Web.UI.WebControls.DataGrid.PageIndexChanged" /> event is raised when a button in the page selection element of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control is clicked.</para><para>For a list of initial property values for an instance of <see cref="T:System.Web.UI.WebControls.DataGridPageChangedEventArgs" />, see the <see cref="M:System.Web.UI.WebControls.DataGridPageChangedEventArgs.#ctor(System.Object,System.Int32)" /> constructor.</para><para>For more information about handling events, see <format type="text/html"><a href="d98fd58b-fa4f-4598-8378-addf4355a115">Events and Delegates</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides data for the <see cref="E:System.Web.UI.WebControls.DataGrid.PageIndexChanged" /> event of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. This class cannot be inherited.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public DataGridPageChangedEventArgs (object source, int index);" /><MemberType>Constructor</MemberType><ReturnValue /><Parameters><Parameter Name="source" Type="System.Object" /><Parameter Name="index" Type="System.Int32" /></Parameters><Docs><param name="source">To be added.</param><param name="index">To be added.</param><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this constructor to create and initialize a new instance of the <see cref="T:System.Web.UI.WebControls.DataGridPageChangedEventArgs" /> class.</para><para>When an instance of <see cref="T:System.Web.UI.WebControls.DataGridCommandEventArgs" /> is created by a call to this constructor, the following properties are initialized to the specified values.</para><list type="table"><listheader><item><term><para>Properties </para></term><description><para>Initial value </para></description></item></listheader><item><term><para><see cref="P:System.Web.UI.WebControls.DataGridPageChangedEventArgs.CommandSource" /></para></term><description><para>The <paramref name="commandSource" /> parameter. </para></description></item><item><term><para><see cref="P:System.Web.UI.WebControls.DataGridPageChangedEventArgs.NewPageIndex" /></para></term><description><para>The <paramref name="newPageIndex" /> parameter. </para></description></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.DataGridPageChangedEventArgs" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CommandSource"><MemberSignature Language="C#" Value="public object CommandSource { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'object'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="P:System.Web.UI.WebControls.DataGridPageChangedEventArgs.CommandSource" /> property to determine the source of the command that raised the event. Because this event is raised only when a button in the page selection element of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control is clicked, the returned source is a <see cref="T:System.Web.UI.WebControls.DataGridItem" /> object that represents the page selection element.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the source of the command.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="NewPageIndex"><MemberSignature Language="C#" Value="public int NewPageIndex { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'int'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="P:System.Web.UI.WebControls.DataGridPageChangedEventArgs.NewPageIndex" /> property to determine the index of the page selected by the user in the page selection element of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control. This value is often used to set the <see cref="P:System.Web.UI.WebControls.DataGrid.CurrentPageIndex" /> property of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control to display the selected page.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the index of the page selected by the user in the page selection element of the <see cref="T:System.Web.UI.WebControls.DataGrid" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>