Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DesignerValidatorAdapter.cs
- ProcessInfo.cs
- safelink.cs
- MethodAccessException.cs
- WindowsGraphicsCacheManager.cs
- SiteMapDataSource.cs
- securestring.cs
- QuadraticBezierSegment.cs
- EventHandlerList.cs
- StyleSelector.cs
- odbcmetadatafactory.cs
- StdValidatorsAndConverters.cs
- TemplateBindingExpressionConverter.cs
- DataReaderContainer.cs
- BevelBitmapEffect.cs
- SafeEventHandle.cs
- TimeIntervalCollection.cs
- FormatException.cs
- EntityException.cs
- CustomAttributeFormatException.cs
- DependencyObjectType.cs
- CodeAttachEventStatement.cs
- FilterQuery.cs
- PropertyTab.cs
- EntityTypeEmitter.cs
- DynamicValueConverter.cs
- WSHttpSecurity.cs
- PreservationFileWriter.cs
- TextPattern.cs
- PowerStatus.cs
- PeekCompletedEventArgs.cs
- HttpMethodAttribute.cs
- XmlProcessingInstruction.cs
- WebReferencesBuildProvider.cs
- SystemWebCachingSectionGroup.cs
- ObjectSecurityT.cs
- KeyPullup.cs
- ContextStack.cs
- SqlErrorCollection.cs
- WSFederationHttpBindingCollectionElement.cs
- ContentAlignmentEditor.cs
- SevenBitStream.cs
- Marshal.cs
- TypeResolver.cs
- ImportContext.cs
- ChannelSinkStacks.cs
- StateDesigner.Layouts.cs
- WorkflowRuntime.cs
- FreezableDefaultValueFactory.cs
- __Error.cs
- WebConfigurationHost.cs
- AQNBuilder.cs
- PipeSecurity.cs
- SelectedDatesCollection.cs
- Registry.cs
- PeerApplication.cs
- InfoCardListRequest.cs
- XamlParser.cs
- DbReferenceCollection.cs
- RegexCode.cs
- MaskedTextBox.cs
- ServiceContractViewControl.cs
- DefaultExpression.cs
- GridViewEditEventArgs.cs
- Debug.cs
- TableFieldsEditor.cs
- JournalEntryListConverter.cs
- TimerEventSubscriptionCollection.cs
- BinaryFormatterWriter.cs
- DirectoryNotFoundException.cs
- ToolStripScrollButton.cs
- OdbcErrorCollection.cs
- GridEntryCollection.cs
- CodeNamespaceCollection.cs
- HiddenFieldPageStatePersister.cs
- userdatakeys.cs
- BaseDataBoundControl.cs
- DirectoryGroupQuery.cs
- MimeParameterWriter.cs
- TemplateColumn.cs
- Pair.cs
- SettingsPropertyCollection.cs
- TextFormattingConverter.cs
- Polyline.cs
- DrawingBrush.cs
- MissingManifestResourceException.cs
- DuplicateDetector.cs
- ErrorWrapper.cs
- Sequence.cs
- CreateInstanceBinder.cs
- DuplicateWaitObjectException.cs
- SmiRecordBuffer.cs
- ProfileSection.cs
- ElementAction.cs
- SortDescription.cs
- Handle.cs
- DesignerGeometryHelper.cs
- SafeFreeMibTable.cs
- SystemResourceHost.cs
- XpsPartBase.cs