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
- PropertyRef.cs
- ConfigurationStrings.cs
- ZipIOExtraField.cs
- UInt64Converter.cs
- PropertyManager.cs
- EventListenerClientSide.cs
- Solver.cs
- TextProviderWrapper.cs
- ListViewItem.cs
- IOThreadScheduler.cs
- FieldTemplateUserControl.cs
- XmlSchemaAttributeGroupRef.cs
- HostProtectionException.cs
- OperatingSystem.cs
- VariableDesigner.xaml.cs
- KeyGestureConverter.cs
- DataGridCaption.cs
- DataGridPageChangedEventArgs.cs
- SmtpFailedRecipientException.cs
- HighlightComponent.cs
- FlowLayout.cs
- NumericPagerField.cs
- ReceiveMessageAndVerifySecurityAsyncResultBase.cs
- EntityDataSourceViewSchema.cs
- ResourceKey.cs
- StringAnimationBase.cs
- ConfigurationPropertyAttribute.cs
- RecipientInfo.cs
- ConfigPathUtility.cs
- CircleHotSpot.cs
- ComponentRenameEvent.cs
- PageThemeCodeDomTreeGenerator.cs
- ToolstripProfessionalRenderer.cs
- ChtmlSelectionListAdapter.cs
- DrawingAttributesDefaultValueFactory.cs
- GeneratedCodeAttribute.cs
- DefaultExpression.cs
- SQLInt32Storage.cs
- Publisher.cs
- SortableBindingList.cs
- validation.cs
- HandledMouseEvent.cs
- StringResourceManager.cs
- DoubleAnimationClockResource.cs
- IgnoreDeviceFilterElement.cs
- PropertyRecord.cs
- QualifiedCellIdBoolean.cs
- FontWeights.cs
- ConfigurationSchemaErrors.cs
- Window.cs
- StickyNoteHelper.cs
- CompensationToken.cs
- CoreSwitches.cs
- InternalDispatchObject.cs
- GenericIdentity.cs
- ControlCollection.cs
- Stackframe.cs
- SetterBaseCollection.cs
- PaintValueEventArgs.cs
- StrokeIntersection.cs
- SpecialTypeDataContract.cs
- KeyNotFoundException.cs
- XmlObjectSerializerWriteContextComplex.cs
- QuaternionIndependentAnimationStorage.cs
- AliasedExpr.cs
- BamlLocalizationDictionary.cs
- RangeValidator.cs
- AvtEvent.cs
- PresentationSource.cs
- ObjectQuery.cs
- sqlmetadatafactory.cs
- OperationResponse.cs
- WmfPlaceableFileHeader.cs
- DesignerVerb.cs
- OutOfMemoryException.cs
- ArrayElementGridEntry.cs
- ProcessInputEventArgs.cs
- Invariant.cs
- PopupRootAutomationPeer.cs
- ComponentSerializationService.cs
- InvalidMessageContractException.cs
- DivideByZeroException.cs
- PageAdapter.cs
- BamlLocalizationDictionary.cs
- Point3DKeyFrameCollection.cs
- SimpleApplicationHost.cs
- _FtpDataStream.cs
- SqlDataSourceTableQuery.cs
- AssemblyHelper.cs
- WpfPayload.cs
- WebPartDisplayModeCancelEventArgs.cs
- EdmValidator.cs
- LazyTextWriterCreator.cs
- DocumentAutomationPeer.cs
- RenderingEventArgs.cs
- AppDomainFactory.cs
- IndexedWhereQueryOperator.cs
- PageRequestManager.cs
- ItemContainerPattern.cs
- PropertyMapper.cs