Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ControlTemplate.cs
- UpdateTranslator.cs
- EncryptedKeyIdentifierClause.cs
- SerializationInfoEnumerator.cs
- ServiceNameElementCollection.cs
- SpellerError.cs
- KeyMatchBuilder.cs
- ContainerVisual.cs
- NominalTypeEliminator.cs
- XsdDateTime.cs
- BitmapEffectState.cs
- WebBodyFormatMessageProperty.cs
- GridViewColumnHeader.cs
- DocumentPageTextView.cs
- WindowsProgressbar.cs
- ExponentialEase.cs
- MessageSecurityOverMsmq.cs
- SqlClientFactory.cs
- XmlMemberMapping.cs
- WebPartsPersonalizationAuthorization.cs
- DefaultPrintController.cs
- SafeLibraryHandle.cs
- StateMachineWorkflow.cs
- SpecularMaterial.cs
- CombinedGeometry.cs
- EncodingFallbackAwareXmlTextWriter.cs
- CustomAttributeFormatException.cs
- SyndicationFeed.cs
- SQLMoneyStorage.cs
- EventMappingSettingsCollection.cs
- AliasGenerator.cs
- COM2ExtendedTypeConverter.cs
- Grant.cs
- DuplexChannelBinder.cs
- VarRemapper.cs
- ChildrenQuery.cs
- RangeBase.cs
- DrawItemEvent.cs
- SqlIdentifier.cs
- IgnoreSectionHandler.cs
- Stylesheet.cs
- RectangleGeometry.cs
- Normalizer.cs
- GenericTypeParameterConverter.cs
- CodeStatement.cs
- DbConnectionOptions.cs
- EntityContainerEntitySet.cs
- NonParentingControl.cs
- SurrogateSelector.cs
- CacheOutputQuery.cs
- VectorAnimationUsingKeyFrames.cs
- SelectionHighlightInfo.cs
- HtmlTernaryTree.cs
- WebBrowserDocumentCompletedEventHandler.cs
- FamilyMapCollection.cs
- TreeWalker.cs
- Expression.cs
- WeakEventManager.cs
- ConfigurationElementCollection.cs
- CodeAttributeDeclarationCollection.cs
- TheQuery.cs
- TailCallAnalyzer.cs
- ISessionStateStore.cs
- SystemInformation.cs
- GetReadStreamResult.cs
- EntitySetRetriever.cs
- querybuilder.cs
- ParserExtension.cs
- TreeViewImageKeyConverter.cs
- StrokeSerializer.cs
- FlatButtonAppearance.cs
- PerformanceCounterLib.cs
- XmlSortKey.cs
- BulletChrome.cs
- ListManagerBindingsCollection.cs
- RequestCacheManager.cs
- XPathNavigatorKeyComparer.cs
- HttpRequestContext.cs
- ObjectReaderCompiler.cs
- FacetEnabledSchemaElement.cs
- EventRouteFactory.cs
- KoreanLunisolarCalendar.cs
- PropertyConverter.cs
- CodeArgumentReferenceExpression.cs
- EndPoint.cs
- CustomErrorCollection.cs
- Int16KeyFrameCollection.cs
- Scene3D.cs
- StickyNoteContentControl.cs
- ProviderSettingsCollection.cs
- TrackingRecord.cs
- GeneralTransform.cs
- TrackBarRenderer.cs
- ActivityDesignerHelper.cs
- Group.cs
- TableSectionStyle.cs
- XmlToDatasetMap.cs
- DataGridViewImageColumn.cs
- PerformanceCounterManager.cs
- ErrorStyle.cs