Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewPageEventArgs.cs / 1305376 / FormViewPageEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// 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; ////// 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
- ScrollPattern.cs
- DecimalConstantAttribute.cs
- BaseProcessor.cs
- KeyValuePairs.cs
- TrackingMemoryStream.cs
- DoubleAnimationClockResource.cs
- RemotingConfigParser.cs
- ToolStripComboBox.cs
- PageParser.cs
- ObjectResult.cs
- DependencyPropertyDescriptor.cs
- ExecutedRoutedEventArgs.cs
- AccessViolationException.cs
- PasswordTextNavigator.cs
- SoapReflectionImporter.cs
- DataObject.cs
- DataGridItemCollection.cs
- OleDbPermission.cs
- DetailsViewDeleteEventArgs.cs
- InvokeMethodDesigner.xaml.cs
- RayMeshGeometry3DHitTestResult.cs
- ConditionValidator.cs
- ContextMenuStrip.cs
- QilFunction.cs
- FrameworkPropertyMetadata.cs
- BindingMAnagerBase.cs
- WebPartConnectionsDisconnectVerb.cs
- ISFClipboardData.cs
- RuntimeVariableList.cs
- TextBlock.cs
- MediaCommands.cs
- EventRecord.cs
- DataGridTable.cs
- HtmlLinkAdapter.cs
- ResourceContainer.cs
- XComponentModel.cs
- VisemeEventArgs.cs
- ConnectorSelectionGlyph.cs
- Vector3dCollection.cs
- COM2ExtendedTypeConverter.cs
- ServiceInfo.cs
- XPathCompileException.cs
- RuntimeCompatibilityAttribute.cs
- CompareValidator.cs
- AstTree.cs
- ISAPIWorkerRequest.cs
- DbParameterHelper.cs
- DataColumnPropertyDescriptor.cs
- EntityDataSourceWizardForm.cs
- KeyGesture.cs
- SelectionWordBreaker.cs
- GB18030Encoding.cs
- CustomAttributeSerializer.cs
- FixUpCollection.cs
- ToolStripSplitStackLayout.cs
- HtmlInputImage.cs
- InstanceLockLostException.cs
- HandleTable.cs
- ColumnPropertiesGroup.cs
- TextBoxAutomationPeer.cs
- DebugInfoGenerator.cs
- Rectangle.cs
- DependencyPropertyChangedEventArgs.cs
- MessageDecoder.cs
- RequestValidator.cs
- StrongNameSignatureInformation.cs
- XmlText.cs
- ToolStripDropDownClosingEventArgs.cs
- ConstructorArgumentAttribute.cs
- SpellerInterop.cs
- TabControlCancelEvent.cs
- ThreadAttributes.cs
- BitmapEffectGroup.cs
- ClientFormsIdentity.cs
- BrushMappingModeValidation.cs
- JsonStringDataContract.cs
- WindowsTooltip.cs
- HtmlTernaryTree.cs
- DataServiceSaveChangesEventArgs.cs
- InvokeMethodActivityDesigner.cs
- ConnectionPoint.cs
- WindowsListView.cs
- NativeMethods.cs
- CultureSpecificCharacterBufferRange.cs
- OleDbConnectionFactory.cs
- ListBindableAttribute.cs
- EmptyEnumerable.cs
- InvokeDelegate.cs
- DefaultSettingsSection.cs
- RegistrationContext.cs
- XmlSchemaAttribute.cs
- SimpleHandlerBuildProvider.cs
- DataBindingHandlerAttribute.cs
- CompiledELinqQueryState.cs
- XmlObjectSerializerWriteContextComplex.cs
- ClientTargetCollection.cs
- BindingExpressionBase.cs
- WasAdminWrapper.cs
- LineServices.cs
- PropertyDescriptor.cs