Code:
/ 4.0 / 4.0 / 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. // 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
- TextRangeEditLists.cs
- StylusCaptureWithinProperty.cs
- DispatcherHooks.cs
- FontFamily.cs
- DataProviderNameConverter.cs
- DataRowExtensions.cs
- EntityDataSourceDesignerHelper.cs
- ExtractorMetadata.cs
- WebCategoryAttribute.cs
- DesignTimeTemplateParser.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- MemberRelationshipService.cs
- LoadedOrUnloadedOperation.cs
- Stroke2.cs
- WindowPatternIdentifiers.cs
- EventToken.cs
- ExcCanonicalXml.cs
- ExpressionLexer.cs
- SignatureDescription.cs
- WebPartConnectionsConfigureVerb.cs
- SecurityTokenResolver.cs
- DoubleLinkListEnumerator.cs
- TypeUnloadedException.cs
- FolderLevelBuildProvider.cs
- SuppressMessageAttribute.cs
- SQLInt32Storage.cs
- PocoEntityKeyStrategy.cs
- KeyValuePair.cs
- RenderingEventArgs.cs
- DataBinder.cs
- SmtpNetworkElement.cs
- DataFieldConverter.cs
- RunWorkerCompletedEventArgs.cs
- DataBoundLiteralControl.cs
- CompiledIdentityConstraint.cs
- EntityTransaction.cs
- HttpListenerResponse.cs
- ForwardPositionQuery.cs
- StringStorage.cs
- RemotingServices.cs
- SafeCryptoHandles.cs
- ConcurrentStack.cs
- ActivitiesCollection.cs
- DataServiceHost.cs
- Logging.cs
- XmlResolver.cs
- XmlILAnnotation.cs
- MimeMapping.cs
- HealthMonitoringSection.cs
- TypeExtensions.cs
- PathGeometry.cs
- HatchBrush.cs
- RegexWriter.cs
- TextEditorSpelling.cs
- TableCellAutomationPeer.cs
- RectAnimation.cs
- TextBreakpoint.cs
- WebServiceErrorEvent.cs
- PriorityChain.cs
- DBSchemaRow.cs
- ViewEventArgs.cs
- XomlCompilerResults.cs
- IgnoreDeviceFilterElement.cs
- MeasurementDCInfo.cs
- sqlcontext.cs
- TextDecoration.cs
- SizeAnimationUsingKeyFrames.cs
- ProtocolElementCollection.cs
- WSFederationHttpSecurity.cs
- SqlAliaser.cs
- DataViewSettingCollection.cs
- Repeater.cs
- RemotingService.cs
- CqlErrorHelper.cs
- SqlExpander.cs
- UnsafeNativeMethods.cs
- PropertyChangingEventArgs.cs
- StrongNameKeyPair.cs
- SizeAnimationUsingKeyFrames.cs
- Thumb.cs
- QueryOperationResponseOfT.cs
- EncoderParameters.cs
- BitmapFrameEncode.cs
- MetadataItemCollectionFactory.cs
- SymLanguageVendor.cs
- Point3DConverter.cs
- ColumnResult.cs
- ExtendLockCommand.cs
- PrtCap_Base.cs
- DataRelationCollection.cs
- XPathConvert.cs
- Util.cs
- HttpHandlersSection.cs
- Accessible.cs
- Vector.cs
- DataPagerFieldCollection.cs
- BidOverLoads.cs
- SqlEnums.cs
- TextParagraphCache.cs
- SerializationFieldInfo.cs