Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewPageEventArgs.cs / 1305376 / FormViewPageEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class FormViewPageEventArgs : CancelEventArgs { private int _newPageIndex; ///Provides data for /// the ////// event. /// public FormViewPageEventArgs(int newPageIndex) { this._newPageIndex = newPageIndex; } ///Initializes a new instance of the ///class. /// public int NewPageIndex { get { return _newPageIndex; } set { _newPageIndex = value; } } } } // 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; using System.ComponentModel; ////// public class FormViewPageEventArgs : CancelEventArgs { private int _newPageIndex; ///Provides data for /// the ////// event. /// public FormViewPageEventArgs(int newPageIndex) { this._newPageIndex = newPageIndex; } ///Initializes a new instance of the ///class. /// public int NewPageIndex { get { return _newPageIndex; } set { _newPageIndex = value; } } } } // 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
- ComponentDispatcher.cs
- AppDomainShutdownMonitor.cs
- ArrayElementGridEntry.cs
- TypeReference.cs
- SplitterDesigner.cs
- DecimalAverageAggregationOperator.cs
- TrueReadOnlyCollection.cs
- LayoutSettings.cs
- CustomCredentialPolicy.cs
- GeneralTransform2DTo3D.cs
- HostingEnvironmentSection.cs
- SoapFault.cs
- SafeIUnknown.cs
- MessageBox.cs
- XmlReader.cs
- AccessedThroughPropertyAttribute.cs
- ContractNamespaceAttribute.cs
- Double.cs
- FileRecordSequence.cs
- ChangeInterceptorAttribute.cs
- XNodeNavigator.cs
- PermissionSet.cs
- XamlFigureLengthSerializer.cs
- PrintDialogDesigner.cs
- SessionStateItemCollection.cs
- SQLStringStorage.cs
- X509SecurityTokenAuthenticator.cs
- LayeredChannelFactory.cs
- TreeView.cs
- CursorConverter.cs
- EntityTypeEmitter.cs
- ToolTipService.cs
- GenerateDerivedKeyRequest.cs
- UIElement.cs
- TextDecoration.cs
- CodeVariableReferenceExpression.cs
- ECDiffieHellman.cs
- WebPartActionVerb.cs
- ProviderIncompatibleException.cs
- DataServiceProviderMethods.cs
- EasingKeyFrames.cs
- Type.cs
- FlowNode.cs
- ConcatQueryOperator.cs
- Memoizer.cs
- TrustManager.cs
- RoutedEvent.cs
- ExpressionHelper.cs
- FragmentQueryKB.cs
- ClientSideProviderDescription.cs
- TableCellCollection.cs
- CollectionChangeEventArgs.cs
- CrossContextChannel.cs
- AspCompat.cs
- nulltextcontainer.cs
- ComplexTypeEmitter.cs
- SerializerWriterEventHandlers.cs
- ValidatorUtils.cs
- SimplePropertyEntry.cs
- PeerFlooder.cs
- UserNameSecurityToken.cs
- SocketStream.cs
- ToolStripProgressBar.cs
- DeleteHelper.cs
- UnsafeNativeMethodsTablet.cs
- ValidateNames.cs
- DefaultBinder.cs
- PageVisual.cs
- AccessKeyManager.cs
- ByteStream.cs
- QilPatternVisitor.cs
- SystemPens.cs
- OleDbInfoMessageEvent.cs
- DropShadowBitmapEffect.cs
- MulticastNotSupportedException.cs
- ProgressBarAutomationPeer.cs
- UnsafeNativeMethods.cs
- ExtendedProtectionPolicy.cs
- _RequestCacheProtocol.cs
- NTAccount.cs
- GZipStream.cs
- SystemUdpStatistics.cs
- followingsibling.cs
- X509UI.cs
- XmlSchemaComplexContentExtension.cs
- ObjectManager.cs
- XmlAnyElementAttributes.cs
- safesecurityhelperavalon.cs
- RepeatBehaviorConverter.cs
- CodeCatchClauseCollection.cs
- WrappingXamlSchemaContext.cs
- figurelength.cs
- GetTokenRequest.cs
- BaseCollection.cs
- MetadataProperty.cs
- ComponentEvent.cs
- COM2ICategorizePropertiesHandler.cs
- SqlNodeAnnotations.cs
- ActiveXHelper.cs
- Page.cs