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;
///
/// Provides data for
/// the
/// event.
///
public class FormViewPageEventArgs : CancelEventArgs {
private int _newPageIndex;
///
/// Initializes a new instance of the class.
///
public FormViewPageEventArgs(int newPageIndex) {
this._newPageIndex = newPageIndex;
}
///
/// Gets the index of the first new Page to be displayed in the .
/// This property is read-only.
///
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.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.ComponentModel;
///
/// Provides data for
/// the
/// event.
///
public class FormViewPageEventArgs : CancelEventArgs {
private int _newPageIndex;
///
/// Initializes a new instance of the class.
///
public FormViewPageEventArgs(int newPageIndex) {
this._newPageIndex = newPageIndex;
}
///
/// Gets the index of the first new Page to be displayed in the .
/// This property is read-only.
///
public int NewPageIndex {
get {
return _newPageIndex;
}
set {
_newPageIndex = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PathFigureCollectionConverter.cs
- Set.cs
- StreamUpgradeProvider.cs
- PriorityItem.cs
- SecurityTokenValidationException.cs
- QilList.cs
- TypeBuilderInstantiation.cs
- TypedTableBaseExtensions.cs
- EdmFunction.cs
- DataGridViewCellCollection.cs
- EntityDataSourceMemberPath.cs
- ItemContainerProviderWrapper.cs
- PrivateFontCollection.cs
- MenuEventArgs.cs
- Timeline.cs
- QilReplaceVisitor.cs
- xmlsaver.cs
- XMLSyntaxException.cs
- ReferentialConstraint.cs
- DrawingContextWalker.cs
- MethodAccessException.cs
- EntityCollectionChangedParams.cs
- ListBindingConverter.cs
- MemberCollection.cs
- DetailsViewRow.cs
- TextCompositionManager.cs
- RuleSetBrowserDialog.cs
- FieldCollectionEditor.cs
- ProgressBar.cs
- ZipIOExtraField.cs
- LogReserveAndAppendState.cs
- BlurEffect.cs
- ObjectDataSourceSelectingEventArgs.cs
- TextContainerHelper.cs
- PersonalizationEntry.cs
- CodeAttributeDeclarationCollection.cs
- RectAnimation.cs
- TextRenderer.cs
- SignerInfo.cs
- SchemaComplexType.cs
- GridViewColumnCollectionChangedEventArgs.cs
- CompositeScriptReferenceEventArgs.cs
- SafeArchiveContext.cs
- FirstMatchCodeGroup.cs
- SamlNameIdentifierClaimResource.cs
- ExtenderControl.cs
- PathGeometry.cs
- FtpCachePolicyElement.cs
- UInt32.cs
- DocumentGridContextMenu.cs
- SegmentTree.cs
- SmiMetaData.cs
- AutomationIdentifier.cs
- SystemResourceHost.cs
- ComAdminWrapper.cs
- PropertyStore.cs
- XmlnsPrefixAttribute.cs
- TextBlock.cs
- KeyInterop.cs
- HtmlInputPassword.cs
- XPathNodePointer.cs
- XmlDocumentType.cs
- UnauthorizedWebPart.cs
- KeyFrames.cs
- EventRoute.cs
- StringUtil.cs
- ParameterElement.cs
- SafeRightsManagementEnvironmentHandle.cs
- PersonalizationProviderCollection.cs
- ConnectionStringSettings.cs
- BasicExpressionVisitor.cs
- FontDriver.cs
- WebEvents.cs
- ErrorHandler.cs
- path.cs
- AutoCompleteStringCollection.cs
- InvalidFilterCriteriaException.cs
- DeferredTextReference.cs
- SortedList.cs
- WindowVisualStateTracker.cs
- GridViewPageEventArgs.cs
- CompilerGlobalScopeAttribute.cs
- DispatcherHookEventArgs.cs
- TypeBuilderInstantiation.cs
- RegexRunnerFactory.cs
- ConnectivityStatus.cs
- WindowsFormsSectionHandler.cs
- SimpleFieldTemplateFactory.cs
- XmlEntity.cs
- MethodBuilderInstantiation.cs
- WebPartMinimizeVerb.cs
- ListBindingConverter.cs
- PolyBezierSegment.cs
- TypeFieldSchema.cs
- X509CertificateValidator.cs
- DesignerUtils.cs
- AnnotationResourceChangedEventArgs.cs
- PanelStyle.cs
- SizeValueSerializer.cs
- DesignerForm.cs