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
- SqlMetaData.cs
- SerialPort.cs
- FormViewInsertedEventArgs.cs
- TimeSpanHelper.cs
- DefaultTextStoreTextComposition.cs
- AmbientProperties.cs
- Message.cs
- DataGridViewBindingCompleteEventArgs.cs
- OdbcConnectionStringbuilder.cs
- CompilerState.cs
- PropertyEmitter.cs
- ChoiceConverter.cs
- ConfigXmlElement.cs
- LingerOption.cs
- Encoder.cs
- LinkConverter.cs
- DataAdapter.cs
- OperatingSystem.cs
- DecoderFallbackWithFailureFlag.cs
- GradientStop.cs
- PersistChildrenAttribute.cs
- CodeGenerator.cs
- AsymmetricSignatureDeformatter.cs
- WebEventCodes.cs
- UInt32.cs
- BitmapEffectGroup.cs
- MenuCommands.cs
- FilterQueryOptionExpression.cs
- HtmlDocument.cs
- MessageFilter.cs
- ProxyAttribute.cs
- PriorityBinding.cs
- HTMLTagNameToTypeMapper.cs
- DataTemplateKey.cs
- AppDomain.cs
- QueryAccessibilityHelpEvent.cs
- NamespaceImport.cs
- DataGridItemEventArgs.cs
- Control.cs
- SHA1Managed.cs
- WindowHelperService.cs
- GrammarBuilder.cs
- ExtensionSimplifierMarkupObject.cs
- PathFigure.cs
- VisualStyleInformation.cs
- DataControlFieldCell.cs
- ArgumentNullException.cs
- UserControlBuildProvider.cs
- XmlNodeChangedEventArgs.cs
- EllipticalNodeOperations.cs
- ConfigXmlWhitespace.cs
- EntityDataSourceWizardForm.cs
- InvalidEnumArgumentException.cs
- XPathDescendantIterator.cs
- X509CertificateCollection.cs
- DriveInfo.cs
- TcpProcessProtocolHandler.cs
- ColumnWidthChangedEvent.cs
- TemplateGroupCollection.cs
- ListControl.cs
- ClientProxyGenerator.cs
- ChannelPoolSettings.cs
- DateTimePicker.cs
- SHA512Managed.cs
- SqlMetaData.cs
- ValueTypeFixupInfo.cs
- PeekCompletedEventArgs.cs
- StaticResourceExtension.cs
- DesignerListAdapter.cs
- TdsValueSetter.cs
- EdmTypeAttribute.cs
- TreeNodeCollection.cs
- UseLicense.cs
- NetworkInformationException.cs
- XmlILIndex.cs
- CompositeTypefaceMetrics.cs
- BaseHashHelper.cs
- ModelItem.cs
- DataGridViewBindingCompleteEventArgs.cs
- RewritingValidator.cs
- SingleSelectRootGridEntry.cs
- TypeConverterAttribute.cs
- CheckBoxStandardAdapter.cs
- Container.cs
- FormsAuthenticationConfiguration.cs
- InteropBitmapSource.cs
- DesignerUtils.cs
- MetabaseSettings.cs
- XpsResource.cs
- DataGridViewCellPaintingEventArgs.cs
- RewritingValidator.cs
- TreeViewItemAutomationPeer.cs
- OdbcConnectionOpen.cs
- SpecialFolderEnumConverter.cs
- WebPartConnectVerb.cs
- SendActivity.cs
- Baml2006ReaderSettings.cs
- SchemaObjectWriter.cs
- InstanceHandleConflictException.cs
- PropertyConverter.cs