Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ListViewGroupConverter.cs
- RangeEnumerable.cs
- SelectionProcessor.cs
- InputMethodStateChangeEventArgs.cs
- PointLightBase.cs
- SqlBulkCopy.cs
- StrongTypingException.cs
- HttpCachePolicy.cs
- MissingManifestResourceException.cs
- FileLoadException.cs
- SafeHGlobalHandleCritical.cs
- ByteFacetDescriptionElement.cs
- WeakReferenceList.cs
- CatalogZoneBase.cs
- PartialCachingAttribute.cs
- Image.cs
- CopyAttributesAction.cs
- SoapReflectionImporter.cs
- NamespaceCollection.cs
- NonPrimarySelectionGlyph.cs
- SamlNameIdentifierClaimResource.cs
- ErrorFormatter.cs
- InstanceKeyNotReadyException.cs
- RectangleF.cs
- XmlReaderSettings.cs
- SqlHelper.cs
- EditingCommands.cs
- FileRecordSequence.cs
- DesignerDataTable.cs
- EditorBrowsableAttribute.cs
- MessageOperationFormatter.cs
- CodeConditionStatement.cs
- JumpList.cs
- RC2.cs
- CustomPopupPlacement.cs
- MachineKeySection.cs
- SelectionEditingBehavior.cs
- SingletonChannelAcceptor.cs
- WebPartZoneBase.cs
- CustomAttribute.cs
- HtmlTernaryTree.cs
- SimpleHandlerBuildProvider.cs
- ExpressionDumper.cs
- DefinitionProperties.cs
- SerializerDescriptor.cs
- EventHandlersStore.cs
- ToolStripSeparatorRenderEventArgs.cs
- Rijndael.cs
- DisplayMemberTemplateSelector.cs
- ConfigurationStrings.cs
- BamlBinaryWriter.cs
- BitmapCache.cs
- RequestUriProcessor.cs
- XmlSchemaChoice.cs
- HtmlTernaryTree.cs
- UserPersonalizationStateInfo.cs
- LogRecordSequence.cs
- ListControlBuilder.cs
- DragEvent.cs
- XmlProcessingInstruction.cs
- DateTimeValueSerializerContext.cs
- StsCommunicationException.cs
- DesignerOptions.cs
- ArrayList.cs
- TwoPhaseCommit.cs
- NominalTypeEliminator.cs
- XamlFigureLengthSerializer.cs
- _CommandStream.cs
- HttpListenerRequestUriBuilder.cs
- GetCertificateRequest.cs
- BamlBinaryWriter.cs
- AmbientProperties.cs
- ParentQuery.cs
- PageAction.cs
- _UncName.cs
- SectionInformation.cs
- Propagator.Evaluator.cs
- FlowDocumentReaderAutomationPeer.cs
- shaperfactory.cs
- ProfileSettingsCollection.cs
- DelegatingConfigHost.cs
- NavigationProgressEventArgs.cs
- ScrollProperties.cs
- XmlEntityReference.cs
- NamedObject.cs
- DisplayMemberTemplateSelector.cs
- ListViewItemMouseHoverEvent.cs
- AssemblyBuilder.cs
- Behavior.cs
- DataGridViewRowHeaderCell.cs
- ReflectionUtil.cs
- CodeStatementCollection.cs
- GenericFlowSwitchHelper.cs
- TranslateTransform3D.cs
- _OSSOCK.cs
- GAC.cs
- PowerStatus.cs
- DbConnectionPoolCounters.cs
- WindowsToolbar.cs
- EdmError.cs