The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataGridPageChangedEventArgs::CommandSource Property
.NET Framework (current version)
Gets the source of the command.
Assembly: System.Web (in System.Web.dll)
Use the 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 DataGrid control is clicked, the returned source is a DataGridItem object that represents the page selection element.
.NET Framework
Available since 1.1
Available since 1.1
Show: