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
- DataGridViewRowConverter.cs
- WebReferencesBuildProvider.cs
- HtmlProps.cs
- BufferBuilder.cs
- XmlSchemaChoice.cs
- Missing.cs
- DataControlLinkButton.cs
- DesignTimeTemplateParser.cs
- HitTestWithPointDrawingContextWalker.cs
- SmtpSection.cs
- LicenseException.cs
- DataGridViewTopRowAccessibleObject.cs
- PropertyEmitter.cs
- UserValidatedEventArgs.cs
- UrlPath.cs
- HostingPreferredMapPath.cs
- ExtendedProtectionPolicyTypeConverter.cs
- SimpleMailWebEventProvider.cs
- GlyphTypeface.cs
- StorageMappingItemCollection.cs
- ObjectKeyFrameCollection.cs
- OciHandle.cs
- AssertHelper.cs
- ToolStripSplitButton.cs
- ExpressionEvaluator.cs
- MsmqOutputChannel.cs
- UInt32.cs
- ZipPackage.cs
- CodeNamespaceCollection.cs
- WinEventTracker.cs
- MessageSecurityOverMsmqElement.cs
- TemplateKeyConverter.cs
- LinqExpressionNormalizer.cs
- LogFlushAsyncResult.cs
- ToolStripPanelRenderEventArgs.cs
- SerializationAttributes.cs
- StateManagedCollection.cs
- UIPermission.cs
- ToolStripItemDataObject.cs
- NameTable.cs
- FirstMatchCodeGroup.cs
- ListItemCollection.cs
- CommandBinding.cs
- GridSplitterAutomationPeer.cs
- WebPartConnectionsEventArgs.cs
- ProtocolProfile.cs
- Vector3dCollection.cs
- ToolStripDropDownClosedEventArgs.cs
- StandardMenuStripVerb.cs
- EntityModelBuildProvider.cs
- QueryOutputWriter.cs
- GenericArgumentsUpdater.cs
- ListenUriMode.cs
- Single.cs
- ViewCellRelation.cs
- DbConnectionHelper.cs
- IdentityManager.cs
- ClientApiGenerator.cs
- Style.cs
- _LoggingObject.cs
- ManagedIStream.cs
- MenuTracker.cs
- While.cs
- ItemsPresenter.cs
- UInt32Converter.cs
- SrgsGrammarCompiler.cs
- AsymmetricSignatureDeformatter.cs
- DbParameterHelper.cs
- FlowDocumentFormatter.cs
- MediaTimeline.cs
- DataGrid.cs
- GroupBox.cs
- TextHidden.cs
- WorkflowMarkupSerializerMapping.cs
- EntitySetBaseCollection.cs
- LayoutExceptionEventArgs.cs
- DeploymentSection.cs
- BindingExpressionBase.cs
- XmlWriterSettings.cs
- BasicExpressionVisitor.cs
- DefaultShape.cs
- IsolatedStorageFilePermission.cs
- Operator.cs
- XmlStreamStore.cs
- DataTableTypeConverter.cs
- XmlQualifiedNameTest.cs
- GeneralTransform.cs
- UdpContractFilterBehavior.cs
- TrustManagerPromptUI.cs
- SqlProvider.cs
- SAPICategories.cs
- MobileCategoryAttribute.cs
- SqlNodeTypeOperators.cs
- WebPartRestoreVerb.cs
- SchemaCollectionPreprocessor.cs
- ContourSegment.cs
- SrgsElementFactory.cs
- StateDesignerConnector.cs
- ResourceManagerWrapper.cs
- CodeGroup.cs