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
- QualifiedCellIdBoolean.cs
- TableDetailsCollection.cs
- RemoveStoryboard.cs
- EventLogEntryCollection.cs
- ListSortDescriptionCollection.cs
- _SingleItemRequestCache.cs
- Debug.cs
- ReadOnlyDataSource.cs
- ToolboxComponentsCreatedEventArgs.cs
- PackWebRequest.cs
- PartDesigner.cs
- DiscoveryMessageSequenceCD1.cs
- NegatedConstant.cs
- BackStopAuthenticationModule.cs
- IfElseDesigner.xaml.cs
- ListViewItem.cs
- WebServiceReceiveDesigner.cs
- UnsafeNativeMethodsCLR.cs
- ConnectionPoolManager.cs
- CharacterHit.cs
- XmlObjectSerializerReadContext.cs
- Translator.cs
- HttpHeaderCollection.cs
- MDIWindowDialog.cs
- TextSpanModifier.cs
- ToolStripMenuItem.cs
- XmlStringTable.cs
- CommandID.cs
- GlobalAllocSafeHandle.cs
- OleDbMetaDataFactory.cs
- CodeTryCatchFinallyStatement.cs
- Clock.cs
- QilInvoke.cs
- GraphicsState.cs
- HtmlHistory.cs
- XmlSchemaImporter.cs
- EdmTypeAttribute.cs
- MethodAccessException.cs
- DocumentsTrace.cs
- DataGridTablesFactory.cs
- AdornedElementPlaceholder.cs
- Odbc32.cs
- CollectionsUtil.cs
- xamlnodes.cs
- UrlPath.cs
- InstanceNotFoundException.cs
- PlainXmlDeserializer.cs
- Preprocessor.cs
- AdornedElementPlaceholder.cs
- WindowsTokenRoleProvider.cs
- ImageSource.cs
- SmtpAuthenticationManager.cs
- MsmqProcessProtocolHandler.cs
- XsdBuilder.cs
- RemoteWebConfigurationHost.cs
- DataSetViewSchema.cs
- AnnotationObservableCollection.cs
- DBConnection.cs
- PDBReader.cs
- SplineQuaternionKeyFrame.cs
- AssemblyResolver.cs
- CachingHintValidation.cs
- HtmlEmptyTagControlBuilder.cs
- MatrixTransform3D.cs
- EdmTypeAttribute.cs
- SystemEvents.cs
- SynchronizationHandlesCodeDomSerializer.cs
- MessageHeaderT.cs
- RoleService.cs
- UInt64Storage.cs
- TextDecorationCollectionConverter.cs
- HttpListenerTimeoutManager.cs
- SubstitutionList.cs
- EntityDataSourceView.cs
- StylusTip.cs
- QueryStringHandler.cs
- FaultException.cs
- SafeLibraryHandle.cs
- StructuredProperty.cs
- AlgoModule.cs
- XpsImageSerializationService.cs
- BookmarkScopeManager.cs
- HebrewCalendar.cs
- PrivacyNoticeBindingElement.cs
- LoadItemsEventArgs.cs
- StateChangeEvent.cs
- HostProtectionPermission.cs
- DrawingContextDrawingContextWalker.cs
- Int32Converter.cs
- MultipleViewProviderWrapper.cs
- AppDomainFactory.cs
- TransformCollection.cs
- DesignerForm.cs
- LinqDataSourceContextEventArgs.cs
- SqlGatherProducedAliases.cs
- JapaneseCalendar.cs
- CodeGen.cs
- DbConnectionFactory.cs
- DateTimeValueSerializerContext.cs
- TripleDES.cs