Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DataGridPageChangedEventArgs.cs / 1305376 / DataGridPageChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; ////// public class DataGridPageChangedEventArgs : EventArgs { private object commandSource; private int newPageIndex; ///Provides data for /// the ////// event. /// public DataGridPageChangedEventArgs(object commandSource, int newPageIndex) { this.commandSource = commandSource; this.newPageIndex = newPageIndex; } ///Initializes a new instance of the ///class. /// public object CommandSource { get { return commandSource; } } ///Gets the source of the command. This property is read-only. ////// public int NewPageIndex { get { return newPageIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the index of the first new page to be displayed in the ///. /// This property is read-only.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeNamespaceImport.cs
- StaticDataManager.cs
- NullableFloatAverageAggregationOperator.cs
- TabPage.cs
- FormatPage.cs
- ObjectDataSourceSelectingEventArgs.cs
- _NegotiateClient.cs
- TextBlockAutomationPeer.cs
- IImplicitResourceProvider.cs
- DataSourceUtil.cs
- SmtpLoginAuthenticationModule.cs
- PreProcessInputEventArgs.cs
- HashCodeCombiner.cs
- MatrixCamera.cs
- ProxyWebPartManager.cs
- StrokeCollectionConverter.cs
- SortDescriptionCollection.cs
- PointAnimationUsingPath.cs
- DiscoveryViaBehavior.cs
- DictionaryBase.cs
- SqlLiftWhereClauses.cs
- XmlCharCheckingReader.cs
- MsmqEncryptionAlgorithm.cs
- ConsoleKeyInfo.cs
- LocalizableAttribute.cs
- RoutedEventValueSerializer.cs
- WinFormsComponentEditor.cs
- ADConnectionHelper.cs
- CultureTable.cs
- UntypedNullExpression.cs
- _OverlappedAsyncResult.cs
- MemberInfoSerializationHolder.cs
- PointCollectionConverter.cs
- PropagatorResult.cs
- hresults.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- FontConverter.cs
- DuplicateWaitObjectException.cs
- MSAAWinEventWrap.cs
- UpdateManifestForBrowserApplication.cs
- HandleCollector.cs
- IdnMapping.cs
- TCPClient.cs
- CryptoProvider.cs
- RoleManagerModule.cs
- TextRenderer.cs
- XamlTreeBuilder.cs
- DesignTimeType.cs
- IconEditor.cs
- InProcStateClientManager.cs
- StringAttributeCollection.cs
- ClaimSet.cs
- DataBindingExpressionBuilder.cs
- BufferedGraphicsManager.cs
- ImplicitInputBrush.cs
- FacetDescription.cs
- HttpListenerContext.cs
- CompressStream.cs
- OleDbDataReader.cs
- TimeSpanOrInfiniteConverter.cs
- PTConverter.cs
- ScriptBehaviorDescriptor.cs
- BamlBinaryWriter.cs
- MobileControlPersister.cs
- DrawingContextDrawingContextWalker.cs
- UserControlCodeDomTreeGenerator.cs
- followingsibling.cs
- RSAPKCS1SignatureFormatter.cs
- Scheduling.cs
- ZoneLinkButton.cs
- SQLByteStorage.cs
- WebControlAdapter.cs
- HttpWebRequest.cs
- XPathItem.cs
- Graphics.cs
- SystemIPInterfaceStatistics.cs
- ListViewInsertedEventArgs.cs
- UrlMapping.cs
- OrderedDictionaryStateHelper.cs
- XPathBinder.cs
- SQLUtility.cs
- PackUriHelper.cs
- SaveFileDialog.cs
- DesignerDataTable.cs
- Paragraph.cs
- SmtpSection.cs
- MulticastNotSupportedException.cs
- _NTAuthentication.cs
- SchemaTypeEmitter.cs
- ConnectionPoint.cs
- CellConstantDomain.cs
- StreamAsIStream.cs
- Utils.cs
- SqlBulkCopyColumnMapping.cs
- Margins.cs
- SessionSwitchEventArgs.cs
- ModifierKeysValueSerializer.cs
- DataGridItemAutomationPeer.cs
- DatatypeImplementation.cs
- ProjectionPruner.cs