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
- TypeConverterHelper.cs
- XmlObjectSerializer.cs
- StylusButtonEventArgs.cs
- CreateInstanceBinder.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- StringUtil.cs
- HttpModule.cs
- ImageMapEventArgs.cs
- SemaphoreSlim.cs
- wgx_commands.cs
- Compiler.cs
- HttpEncoder.cs
- DBSchemaRow.cs
- TextParagraphView.cs
- CounterCreationDataCollection.cs
- DeclaredTypeElement.cs
- OleDbPermission.cs
- XmlNamespaceManager.cs
- ListViewSelectEventArgs.cs
- DataServiceQueryProvider.cs
- CompareValidator.cs
- RelationalExpressions.cs
- WebBrowser.cs
- CompleteWizardStep.cs
- DbRetry.cs
- LicFileLicenseProvider.cs
- SharedDp.cs
- Simplifier.cs
- MasterPageBuildProvider.cs
- IteratorFilter.cs
- RenderData.cs
- DefaultBinder.cs
- ConfigXmlComment.cs
- StorageBasedPackageProperties.cs
- NamespaceInfo.cs
- TableCellAutomationPeer.cs
- AmbientLight.cs
- BackgroundFormatInfo.cs
- WindowVisualStateTracker.cs
- Merger.cs
- _ChunkParse.cs
- KnownBoxes.cs
- InputLanguage.cs
- WebMessageBodyStyleHelper.cs
- HandlerBase.cs
- ClientApiGenerator.cs
- WebBrowserUriTypeConverter.cs
- TemplateContainer.cs
- BaseTemplateParser.cs
- LocalFileSettingsProvider.cs
- RelatedView.cs
- BmpBitmapEncoder.cs
- UnsafeNativeMethods.cs
- TreeNodeCollection.cs
- QilNode.cs
- Calendar.cs
- XmlSerializationReader.cs
- MenuItemBindingCollection.cs
- IntPtr.cs
- TypeSystemProvider.cs
- SqlConnection.cs
- Converter.cs
- DodSequenceMerge.cs
- WindowShowOrOpenTracker.cs
- MexHttpBindingCollectionElement.cs
- BamlRecordHelper.cs
- X509IssuerSerialKeyIdentifierClause.cs
- HttpModuleCollection.cs
- HtmlInputFile.cs
- PropertyGridView.cs
- ContentValidator.cs
- Menu.cs
- FragmentQueryProcessor.cs
- DynamicObjectAccessor.cs
- clipboard.cs
- StyleSheetDesigner.cs
- RectAnimationUsingKeyFrames.cs
- SpecialFolderEnumConverter.cs
- CompilerTypeWithParams.cs
- InvalidDataException.cs
- LazyTextWriterCreator.cs
- ProcessHostServerConfig.cs
- WebServiceErrorEvent.cs
- ChannelEndpointElement.cs
- SslStream.cs
- WebScriptMetadataFormatter.cs
- SqlClientWrapperSmiStreamChars.cs
- Mappings.cs
- MostlySingletonList.cs
- SingleAnimationUsingKeyFrames.cs
- AnimationStorage.cs
- GroupDescription.cs
- WebPartChrome.cs
- Variant.cs
- WebPartConnectionsCancelVerb.cs
- ApplyImportsAction.cs
- AndAlso.cs
- FileReservationCollection.cs
- BuilderInfo.cs
- ColorKeyFrameCollection.cs