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
- HttpWebResponse.cs
- TrackingMemoryStreamFactory.cs
- WorkflowOperationContext.cs
- XamlNamespaceHelper.cs
- InstallerTypeAttribute.cs
- QuadraticBezierSegment.cs
- CompilationUnit.cs
- ToolBarOverflowPanel.cs
- HelpInfo.cs
- ResourceProviderFactory.cs
- SoapCommonClasses.cs
- WindowsListViewGroup.cs
- CommunicationObject.cs
- DataObjectEventArgs.cs
- CodeSnippetCompileUnit.cs
- TickBar.cs
- BigInt.cs
- DataGridViewColumnCollection.cs
- FileEnumerator.cs
- Color.cs
- EntityCommandExecutionException.cs
- DetailsViewDeletedEventArgs.cs
- WindowsRebar.cs
- CalendarDateRange.cs
- HttpValueCollection.cs
- NullReferenceException.cs
- CommandPlan.cs
- NTAccount.cs
- DataGridViewCheckBoxColumn.cs
- IncomingWebRequestContext.cs
- X509CertificateCollection.cs
- SQLInt64Storage.cs
- FontUnit.cs
- ObjectContext.cs
- RadialGradientBrush.cs
- Int64Converter.cs
- HtmlTextBoxAdapter.cs
- JulianCalendar.cs
- Profiler.cs
- BinaryObjectInfo.cs
- CompoundFileStorageReference.cs
- SimpleWebHandlerParser.cs
- MarshalDirectiveException.cs
- XmlWriterTraceListener.cs
- TextStore.cs
- SqlTransaction.cs
- SqlConnectionFactory.cs
- TypeDelegator.cs
- DataViewSettingCollection.cs
- BamlLocalizableResourceKey.cs
- SoapServerMessage.cs
- LoginName.cs
- GeometryConverter.cs
- DynamicDiscoSearcher.cs
- GestureRecognitionResult.cs
- EnumValAlphaComparer.cs
- HttpHandlerActionCollection.cs
- CurrentTimeZone.cs
- DrawingServices.cs
- AppLevelCompilationSectionCache.cs
- _SSPISessionCache.cs
- DoubleStorage.cs
- SHA384.cs
- DataGridViewCellStyleChangedEventArgs.cs
- SelectedGridItemChangedEvent.cs
- WindowsAuthenticationEventArgs.cs
- Pointer.cs
- Base64Encoder.cs
- EtwTrace.cs
- JsonServiceDocumentSerializer.cs
- DES.cs
- Screen.cs
- DiscreteKeyFrames.cs
- ManagementException.cs
- SqlTrackingWorkflowInstance.cs
- ScrollItemProviderWrapper.cs
- InternalConfigSettingsFactory.cs
- Color.cs
- HtmlImage.cs
- PointAnimationUsingPath.cs
- ListControlStringCollectionEditor.cs
- WmfPlaceableFileHeader.cs
- COAUTHINFO.cs
- DiscriminatorMap.cs
- ComponentResourceManager.cs
- AspProxy.cs
- UriParserTemplates.cs
- KeyProperty.cs
- SingleKeyFrameCollection.cs
- Opcode.cs
- BufferAllocator.cs
- FixedMaxHeap.cs
- SupportingTokenChannel.cs
- HandleRef.cs
- XamlFigureLengthSerializer.cs
- EventProviderWriter.cs
- ToolStripRenderer.cs
- XPathSelectionIterator.cs
- XmlLanguageConverter.cs
- EndOfStreamException.cs