Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- _IPv6Address.cs
- ConfigurationConverterBase.cs
- FlowDocumentPage.cs
- MsmqTransportSecurity.cs
- x509store.cs
- IconBitmapDecoder.cs
- BindingExpression.cs
- ActivityInstance.cs
- TextServicesDisplayAttribute.cs
- HtmlTextArea.cs
- RowToFieldTransformer.cs
- Int16Storage.cs
- ObjectConverter.cs
- AddIn.cs
- ComplexTypeEmitter.cs
- ServerIdentity.cs
- FeatureManager.cs
- SelectionChangedEventArgs.cs
- NativeMethods.cs
- ObjectConverter.cs
- ProfileParameter.cs
- BaseParaClient.cs
- CssClassPropertyAttribute.cs
- ResolveDuplex11AsyncResult.cs
- DocumentGridPage.cs
- SafeSecurityHandles.cs
- ObjectConverter.cs
- ConcurrentQueue.cs
- BitmapEffectCollection.cs
- shaperfactoryquerycachekey.cs
- Knowncolors.cs
- path.cs
- RoutedCommand.cs
- PerCallInstanceContextProvider.cs
- SerializationSectionGroup.cs
- XhtmlConformanceSection.cs
- SqlNotificationRequest.cs
- StoreAnnotationsMap.cs
- RectAnimation.cs
- Operators.cs
- AdPostCacheSubstitution.cs
- MatrixStack.cs
- TextBoxDesigner.cs
- EventListenerClientSide.cs
- MobileResource.cs
- SqlClientMetaDataCollectionNames.cs
- webproxy.cs
- CollectionTypeElement.cs
- ListViewItemSelectionChangedEvent.cs
- StylusPointProperty.cs
- FontEditor.cs
- OdbcDataAdapter.cs
- XmlIlGenerator.cs
- PropertyEntry.cs
- HtmlControlPersistable.cs
- EventInfo.cs
- CompositeControl.cs
- HtmlTable.cs
- ByteStream.cs
- EncodingFallbackAwareXmlTextWriter.cs
- entityreference_tresulttype.cs
- XmlSchemaComplexType.cs
- HeaderedContentControl.cs
- Sql8ConformanceChecker.cs
- FillErrorEventArgs.cs
- UnaryNode.cs
- RankException.cs
- PageParserFilter.cs
- Empty.cs
- ProtectedProviderSettings.cs
- BuilderPropertyEntry.cs
- DropAnimation.xaml.cs
- TextTreeDeleteContentUndoUnit.cs
- WebPermission.cs
- RenderData.cs
- UpnEndpointIdentityExtension.cs
- Thickness.cs
- BinaryObjectReader.cs
- ControlAdapter.cs
- HTTPNotFoundHandler.cs
- SoapAttributeOverrides.cs
- EventWaitHandleSecurity.cs
- PictureBox.cs
- HijriCalendar.cs
- AuthorizationSection.cs
- ConfigXmlSignificantWhitespace.cs
- JournalEntryStack.cs
- XmlEncodedRawTextWriter.cs
- ConsumerConnectionPointCollection.cs
- UInt32Storage.cs
- RoutedEventConverter.cs
- ConnectionStringsSection.cs
- PathData.cs
- StatusBarPanelClickEvent.cs
- DataView.cs
- IdentityReference.cs
- ProfileProvider.cs
- XmlMtomWriter.cs
- SearchForVirtualItemEventArgs.cs
- DataBinding.cs