Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AuthenticationException.cs
- TextStore.cs
- PrintDialog.cs
- WebPartDisplayModeCancelEventArgs.cs
- WebPartCollection.cs
- SizeAnimationBase.cs
- SqlClientWrapperSmiStreamChars.cs
- BitmapMetadata.cs
- CodeMemberEvent.cs
- SmiMetaData.cs
- SecurityContextSecurityToken.cs
- Fault.cs
- WmfPlaceableFileHeader.cs
- AutomationFocusChangedEventArgs.cs
- ComponentGuaranteesAttribute.cs
- SqlConnectionPoolProviderInfo.cs
- HtmlTableCellCollection.cs
- ImageBrush.cs
- SetUserPreferenceRequest.cs
- shaperfactoryquerycacheentry.cs
- FacetChecker.cs
- TreeNode.cs
- Label.cs
- KeyValueConfigurationCollection.cs
- MemoryRecordBuffer.cs
- TextWriterEngine.cs
- FloatAverageAggregationOperator.cs
- DockAndAnchorLayout.cs
- SqlClientWrapperSmiStream.cs
- WpfPayload.cs
- FileLogRecordHeader.cs
- ExpressionLexer.cs
- InvalidAsynchronousStateException.cs
- SerializationInfoEnumerator.cs
- HtmlTextArea.cs
- DbRetry.cs
- PropertyRecord.cs
- DBParameter.cs
- NextPreviousPagerField.cs
- ConfigXmlWhitespace.cs
- QueryTaskGroupState.cs
- AssemblyBuilder.cs
- OdbcHandle.cs
- Compilation.cs
- RenamedEventArgs.cs
- Interop.cs
- CryptoProvider.cs
- JsonDeserializer.cs
- EditorZone.cs
- PreservationFileReader.cs
- CorrelationManager.cs
- DragAssistanceManager.cs
- EventListenerClientSide.cs
- MethodImplAttribute.cs
- HtmlElementEventArgs.cs
- DictionarySectionHandler.cs
- TracedNativeMethods.cs
- ServiceDebugElement.cs
- ProfileManager.cs
- PointF.cs
- RowTypePropertyElement.cs
- XmlWriter.cs
- ISO2022Encoding.cs
- TreeNodeBindingCollection.cs
- MatrixTransform3D.cs
- DriveInfo.cs
- WindowsRichEditRange.cs
- Label.cs
- Compensation.cs
- TextChange.cs
- ActivityDesignerResources.cs
- GPPOINT.cs
- OdbcFactory.cs
- ProxyWebPart.cs
- NetSectionGroup.cs
- ProfileParameter.cs
- TableMethodGenerator.cs
- InputScopeNameConverter.cs
- GetWinFXPath.cs
- Attributes.cs
- UInt32.cs
- FrameworkPropertyMetadata.cs
- ConvertersCollection.cs
- WrappedIUnknown.cs
- SQLDecimal.cs
- DeclarativeCatalogPart.cs
- OdbcUtils.cs
- TextRenderingModeValidation.cs
- AppearanceEditorPart.cs
- WindowsListBox.cs
- DispatcherSynchronizationContext.cs
- Int32Animation.cs
- MarkupExtensionReturnTypeAttribute.cs
- TypeDescriptor.cs
- FontSource.cs
- ObjectReaderCompiler.cs
- ElasticEase.cs
- ToolStripOverflow.cs
- SqlDataReaderSmi.cs
- RelatedCurrencyManager.cs