Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. //------------------------------------------------------------------------------ //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.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
- Tokenizer.cs
- ItemsPanelTemplate.cs
- remotingproxy.cs
- FormViewCommandEventArgs.cs
- AttributeEmitter.cs
- MimePart.cs
- HMACSHA512.cs
- StylusCollection.cs
- odbcmetadatacolumnnames.cs
- XmlNodeList.cs
- Inflater.cs
- SqlVisitor.cs
- DynamicRenderer.cs
- DecimalAnimation.cs
- FeedUtils.cs
- DetailsViewRowCollection.cs
- ListViewCommandEventArgs.cs
- PasswordPropertyTextAttribute.cs
- FaultHandlingFilter.cs
- FlowDocumentFormatter.cs
- EnumerableRowCollectionExtensions.cs
- TypeNameConverter.cs
- PagerStyle.cs
- SupportingTokenSecurityTokenResolver.cs
- DataBoundControlAdapter.cs
- QueryCursorEventArgs.cs
- diagnosticsswitches.cs
- Console.cs
- CodePageUtils.cs
- PrintingPermissionAttribute.cs
- HyperLink.cs
- SchemaDeclBase.cs
- XmlSerializerSection.cs
- TextBounds.cs
- Variant.cs
- RemoteCryptoRsaServiceProvider.cs
- ZipQueryOperator.cs
- QueryPrefixOp.cs
- cookiecollection.cs
- DeviceContext2.cs
- PersistenceException.cs
- SecurityTokenValidationException.cs
- ImplicitInputBrush.cs
- WindowsToolbarAsMenu.cs
- Formatter.cs
- RectValueSerializer.cs
- CollectionType.cs
- EdmItemError.cs
- Assert.cs
- OutputScopeManager.cs
- ImplicitInputBrush.cs
- DrawingImage.cs
- TextSelectionHighlightLayer.cs
- PeerTransportListenAddressConverter.cs
- RegisteredArrayDeclaration.cs
- GridPatternIdentifiers.cs
- EventLogStatus.cs
- IdentityVerifier.cs
- TableLayoutStyleCollection.cs
- ContainerAction.cs
- Keywords.cs
- TextBoxBase.cs
- InvalidPropValue.cs
- WhitespaceRuleLookup.cs
- DebugTraceHelper.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- MediaContext.cs
- LabelInfo.cs
- OracleBoolean.cs
- FontInfo.cs
- InnerItemCollectionView.cs
- ListControl.cs
- ProjectionCamera.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- KeyValueSerializer.cs
- LightweightCodeGenerator.cs
- NotifyIcon.cs
- ServicePoint.cs
- EntityAdapter.cs
- ProviderConnectionPoint.cs
- VirtualPath.cs
- InstancePersistenceEvent.cs
- TimeSpan.cs
- FieldMetadata.cs
- ToolboxService.cs
- DeferredElementTreeState.cs
- HijriCalendar.cs
- OciHandle.cs
- DeferredElementTreeState.cs
- AesManaged.cs
- CircleHotSpot.cs
- Partitioner.cs
- ValueSerializerAttribute.cs
- PropertiesTab.cs
- Encoding.cs
- DefinitionUpdate.cs
- Style.cs
- HintTextMaxWidthConverter.cs
- Context.cs
- SoapClientMessage.cs