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
- DataGridParentRows.cs
- HatchBrush.cs
- ToolStripSplitStackLayout.cs
- KnownColorTable.cs
- TextDataBindingHandler.cs
- IconConverter.cs
- SecureConversationServiceElement.cs
- selecteditemcollection.cs
- FixedTextBuilder.cs
- GridViewDeletedEventArgs.cs
- EventEntry.cs
- DataGridViewRowStateChangedEventArgs.cs
- HandleCollector.cs
- AttachmentService.cs
- SmtpSection.cs
- VarRemapper.cs
- BookmarkManager.cs
- HideDisabledControlAdapter.cs
- SiteMap.cs
- ConvertBinder.cs
- DataObjectMethodAttribute.cs
- FileUpload.cs
- MultiplexingDispatchMessageFormatter.cs
- TabletDeviceInfo.cs
- MediaContext.cs
- SudsWriter.cs
- XmlWrappingReader.cs
- NamedServiceModelExtensionCollectionElement.cs
- PrimitiveXmlSerializers.cs
- ConsumerConnectionPoint.cs
- OleDbException.cs
- AssemblyUtil.cs
- ReflectionPermission.cs
- FileUtil.cs
- NamedServiceModelExtensionCollectionElement.cs
- WebConfigurationFileMap.cs
- CacheHelper.cs
- QueryOptionExpression.cs
- MergablePropertyAttribute.cs
- ExtensionWindow.cs
- Decimal.cs
- TemplateParser.cs
- ServiceHostingEnvironment.cs
- ViewGenerator.cs
- QueryContinueDragEvent.cs
- AllMembershipCondition.cs
- DesignTableCollection.cs
- Italic.cs
- SqlErrorCollection.cs
- CompositeControl.cs
- SetterBase.cs
- EditModeSwitchButton.cs
- DataServiceClientException.cs
- StringDictionary.cs
- HostingEnvironmentException.cs
- SuspendDesigner.cs
- DeferredBinaryDeserializerExtension.cs
- DateTimeUtil.cs
- ExpressionTextBoxAutomationPeer.cs
- FullTextLine.cs
- TraceLevelStore.cs
- HttpStreamXmlDictionaryReader.cs
- EntityDataSourceUtil.cs
- EditorOptionAttribute.cs
- TypeToStringValueConverter.cs
- SafeBitVector32.cs
- WindowsBrush.cs
- SecurityManager.cs
- QueryExtender.cs
- ToolStripContentPanel.cs
- HttpCapabilitiesBase.cs
- NavigatingCancelEventArgs.cs
- IntegerValidatorAttribute.cs
- configsystem.cs
- PathData.cs
- TextReader.cs
- ComponentConverter.cs
- Monitor.cs
- safesecurityhelperavalon.cs
- ButtonBaseAdapter.cs
- IncrementalHitTester.cs
- QuaternionValueSerializer.cs
- MdiWindowListStrip.cs
- RunInstallerAttribute.cs
- ProtectedConfigurationProviderCollection.cs
- FixedHighlight.cs
- WeakReferenceKey.cs
- XmlConvert.cs
- FullTextState.cs
- HandleCollector.cs
- UnsafeNetInfoNativeMethods.cs
- XmlSerializerFactory.cs
- PolicyStatement.cs
- Rule.cs
- MappingSource.cs
- ArraySortHelper.cs
- XamlRtfConverter.cs
- XmlBaseWriter.cs
- DataGridViewCellPaintingEventArgs.cs
- SqlTopReducer.cs