Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewPageEventArgs.cs / 1 / DetailsViewPageEventArgs.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 DetailsViewPageEventArgs : CancelEventArgs { private int _newPageIndex; ///Provides data for /// the ////// event. /// public DetailsViewPageEventArgs(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 DetailsViewPageEventArgs : CancelEventArgs { private int _newPageIndex; ///Provides data for /// the ////// event. /// public DetailsViewPageEventArgs(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
- PolicyImporterElement.cs
- PageSettings.cs
- Icon.cs
- TemplateEditingFrame.cs
- LinqDataSourceSelectEventArgs.cs
- ToolboxItem.cs
- MediaContext.cs
- BitmapEffectGeneralTransform.cs
- XPathNode.cs
- InheritanceService.cs
- XPathException.cs
- IsolatedStorage.cs
- ProcessingInstructionAction.cs
- XmlSchemaRedefine.cs
- RelatedEnd.cs
- WebHttpEndpoint.cs
- FontStyle.cs
- ResourceDescriptionAttribute.cs
- TypeInfo.cs
- __TransparentProxy.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- COM2IPerPropertyBrowsingHandler.cs
- Utils.cs
- CompilerScopeManager.cs
- DesignerActionUIStateChangeEventArgs.cs
- DefaultPropertyAttribute.cs
- XmlSchemaProviderAttribute.cs
- EntityDataSourceEntitySetNameItem.cs
- DbUpdateCommandTree.cs
- DefaultValueMapping.cs
- ToolStripScrollButton.cs
- DataGridViewRowPrePaintEventArgs.cs
- StrokeNodeEnumerator.cs
- UserInitiatedRoutedEventPermission.cs
- ScrollEvent.cs
- _LocalDataStoreMgr.cs
- HMACSHA384.cs
- InternalTransaction.cs
- FileDetails.cs
- ConstructorBuilder.cs
- safex509handles.cs
- SqlConnectionString.cs
- Accessible.cs
- HGlobalSafeHandle.cs
- HostingEnvironment.cs
- PageThemeParser.cs
- RequestQueue.cs
- DbParameterHelper.cs
- UnsafeNativeMethods.cs
- TableItemPattern.cs
- BitmapEffect.cs
- BroadcastEventHelper.cs
- QilFactory.cs
- ListBox.cs
- ArraySortHelper.cs
- ScrollProviderWrapper.cs
- RegisteredScript.cs
- SoapAttributeOverrides.cs
- SamlAssertion.cs
- StackOverflowException.cs
- SevenBitStream.cs
- NegotiateStream.cs
- X509CertificateEndpointIdentity.cs
- CssClassPropertyAttribute.cs
- Emitter.cs
- GZipDecoder.cs
- SecurityTokenValidationException.cs
- Panel.cs
- XmlValidatingReader.cs
- DateTime.cs
- XmlArrayItemAttribute.cs
- DashStyles.cs
- UInt16Converter.cs
- loginstatus.cs
- InOutArgumentConverter.cs
- CodeExporter.cs
- PrimitiveXmlSerializers.cs
- PeerTransportSecuritySettings.cs
- ListControl.cs
- RequestCacheManager.cs
- DiscoveryClientProtocol.cs
- ByteFacetDescriptionElement.cs
- DataGridViewButtonColumn.cs
- SemaphoreFullException.cs
- CreateUserWizardAutoFormat.cs
- ExtendLockCommand.cs
- DataSourceExpression.cs
- CompiledQuery.cs
- StopStoryboard.cs
- LicenseException.cs
- TextEncodedRawTextWriter.cs
- SQLDecimal.cs
- Soap12ProtocolImporter.cs
- SAPIEngineTypes.cs
- SelectedGridItemChangedEvent.cs
- LambdaCompiler.cs
- GridViewRowCollection.cs
- ObjRef.cs
- RSAOAEPKeyExchangeFormatter.cs
- ByteConverter.cs