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
- EventMappingSettingsCollection.cs
- DoubleAnimationBase.cs
- StoreContentChangedEventArgs.cs
- WebPartDisplayModeCancelEventArgs.cs
- XDRSchema.cs
- sqlnorm.cs
- MarkupWriter.cs
- TypeForwardedFromAttribute.cs
- Errors.cs
- EncryptedType.cs
- TextAdaptor.cs
- HwndStylusInputProvider.cs
- ValueTypeFixupInfo.cs
- TaiwanLunisolarCalendar.cs
- Padding.cs
- versioninfo.cs
- webclient.cs
- Directory.cs
- PanelStyle.cs
- EntitySqlQueryBuilder.cs
- ISCIIEncoding.cs
- CachedBitmap.cs
- RelationshipConverter.cs
- CookieHandler.cs
- UIElement3D.cs
- SimpleLine.cs
- WindowsContainer.cs
- SecurityContext.cs
- DispatchWrapper.cs
- SchemaMapping.cs
- ForeignKeyFactory.cs
- TemplateApplicationHelper.cs
- TreeWalkHelper.cs
- DataGridItem.cs
- WebPartEditVerb.cs
- LoginNameDesigner.cs
- EmptyStringExpandableObjectConverter.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- SeparatorAutomationPeer.cs
- MarkupWriter.cs
- CatalogPartDesigner.cs
- SplineQuaternionKeyFrame.cs
- SingleStorage.cs
- TransactionFlowOption.cs
- EllipticalNodeOperations.cs
- ShapingEngine.cs
- ResourceDictionary.cs
- OleDbTransaction.cs
- MailDefinition.cs
- XmlCharacterData.cs
- DelegatedStream.cs
- ItemCheckEvent.cs
- LayoutEngine.cs
- _RequestCacheProtocol.cs
- GridErrorDlg.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- HostSecurityManager.cs
- EffectiveValueEntry.cs
- ConfigXmlElement.cs
- MenuItemCollectionEditorDialog.cs
- PageAsyncTask.cs
- IgnoreFlushAndCloseStream.cs
- PartialCachingAttribute.cs
- SectionVisual.cs
- SendMailErrorEventArgs.cs
- BinaryMethodMessage.cs
- Crypto.cs
- RTLAwareMessageBox.cs
- TranslateTransform.cs
- Splitter.cs
- OleDbEnumerator.cs
- Binding.cs
- DynamicVirtualDiscoSearcher.cs
- HttpApplicationStateWrapper.cs
- HMACMD5.cs
- Transform3D.cs
- TimeSpanValidatorAttribute.cs
- CommandLibraryHelper.cs
- FixedSOMGroup.cs
- DesignerVerb.cs
- StructureChangedEventArgs.cs
- FormsAuthenticationModule.cs
- EncoderBestFitFallback.cs
- CharacterBuffer.cs
- PerformanceCounter.cs
- SkipStoryboardToFill.cs
- CellNormalizer.cs
- DiscriminatorMap.cs
- Environment.cs
- Rect3D.cs
- MetadataSection.cs
- IdentityModelStringsVersion1.cs
- TypedElement.cs
- CrossAppDomainChannel.cs
- latinshape.cs
- WebPartEventArgs.cs
- oledbmetadatacollectionnames.cs
- StylusPointPropertyInfo.cs
- BaseAsyncResult.cs
- SubqueryRules.cs