asp.net.ph

DataGridPageChangedEventArgs Class

System.Web.UI.WebControls Namespace


Provides data for the PageIndexChanged event of a DataGrid.

DataGridPageChangedEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public DataGridPageChangedEventArgs ( Object commandSource , Int32 newPageIndex )

Collapse   Properties

Visibility Name Value Type Accessibility
public CommandSource Object [ Get ]
public NewPageIndex Int32 [ Get ]

Remarks

The PageIndexChanged event is raised whenever a button in the page selection element of the DataGrid control is clicked.

For a list of initial property values for an instance of DataGridPageChangedEventArgs, see the DataGridPageChangedEventArgs constructor.

For more information about handling events, see Web Forms Events Model.

See Also

DataGrid   DataGridPageChangedEventHandler Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph