Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewPageEventArgs.cs / 1 / FormViewPageEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- StylusPlugin.cs
- ProjectionPath.cs
- Mouse.cs
- BrowserTree.cs
- ContainsRowNumberChecker.cs
- ObfuscationAttribute.cs
- LabelLiteral.cs
- IIS7UserPrincipal.cs
- HostedController.cs
- RowParagraph.cs
- DefaultBindingPropertyAttribute.cs
- BigInt.cs
- RowCache.cs
- MediaTimeline.cs
- TransactionChannel.cs
- TimeSpan.cs
- ComPlusDiagnosticTraceRecords.cs
- mda.cs
- HtmlForm.cs
- TextEditorTyping.cs
- RenderDataDrawingContext.cs
- EventLogPermission.cs
- DrawListViewItemEventArgs.cs
- DependencyPropertyConverter.cs
- XmlSchemaGroupRef.cs
- Statements.cs
- ControlCachePolicy.cs
- ObjectResult.cs
- AutoScrollHelper.cs
- CompressEmulationStream.cs
- sqlcontext.cs
- DateTimePickerDesigner.cs
- FontDialog.cs
- EncoderBestFitFallback.cs
- ResXBuildProvider.cs
- TypeUsageBuilder.cs
- LambdaCompiler.Address.cs
- TailCallAnalyzer.cs
- MatrixTransform.cs
- XComponentModel.cs
- Button.cs
- DocumentSchemaValidator.cs
- SequenceDesignerAccessibleObject.cs
- SafeReadContext.cs
- RSAOAEPKeyExchangeFormatter.cs
- NamespaceEmitter.cs
- CopyOfAction.cs
- WebPartDisplayMode.cs
- SpellerHighlightLayer.cs
- CheckBox.cs
- PropertyFilterAttribute.cs
- FlowDocumentReaderAutomationPeer.cs
- DataGridCommandEventArgs.cs
- MonthChangedEventArgs.cs
- TextContainerChangeEventArgs.cs
- Comparer.cs
- X509Certificate2Collection.cs
- XmlReaderSettings.cs
- ObjectQuery_EntitySqlExtensions.cs
- LineServicesRun.cs
- WhitespaceRuleReader.cs
- _ChunkParse.cs
- ListViewCancelEventArgs.cs
- CallTemplateAction.cs
- ColorAnimation.cs
- SiteMapDataSource.cs
- FamilyMap.cs
- PropertyGridCommands.cs
- Win32.cs
- TemplateAction.cs
- WindowPattern.cs
- PropertyGeneratedEventArgs.cs
- DefaultPropertyAttribute.cs
- XmlDataProvider.cs
- DBConcurrencyException.cs
- UIInitializationException.cs
- WeakReference.cs
- CngUIPolicy.cs
- FixedSOMLineRanges.cs
- ObjectComplexPropertyMapping.cs
- EUCJPEncoding.cs
- BuildProvidersCompiler.cs
- RectAnimation.cs
- PageMediaSize.cs
- DataGridViewButtonCell.cs
- EventRoute.cs
- MultiSelector.cs
- SortKey.cs
- FrameSecurityDescriptor.cs
- Pair.cs
- ECDsaCng.cs
- DataServicePagingProviderWrapper.cs
- EncoderReplacementFallback.cs
- SystemColorTracker.cs
- LogEntrySerializer.cs
- SecurityKeyIdentifierClause.cs
- UnicastIPAddressInformationCollection.cs
- XmlSecureResolver.cs
- CryptoConfig.cs
- DrawingImage.cs