Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }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
- InternalConfigHost.cs
- LookupBindingPropertiesAttribute.cs
- TimelineGroup.cs
- WebPartMenuStyle.cs
- InstanceDescriptor.cs
- WebBrowser.cs
- ListControlStringCollectionEditor.cs
- IssuedTokenServiceCredential.cs
- ProjectionPruner.cs
- HtmlWindowCollection.cs
- GrowingArray.cs
- Reference.cs
- ParserHooks.cs
- TextSegment.cs
- SingleBodyParameterMessageFormatter.cs
- Stackframe.cs
- serverconfig.cs
- SafeCryptHandles.cs
- WebEncodingValidatorAttribute.cs
- ManualResetEvent.cs
- DiagnosticStrings.cs
- GetIndexBinder.cs
- AssemblyNameProxy.cs
- PropertyBuilder.cs
- FormatException.cs
- MouseGestureConverter.cs
- SystemIcmpV6Statistics.cs
- CustomCredentialPolicy.cs
- SQLMoney.cs
- RelatedEnd.cs
- BufferedWebEventProvider.cs
- CompilerInfo.cs
- EnumUnknown.cs
- _HeaderInfo.cs
- HelpEvent.cs
- DefaultAutoFieldGenerator.cs
- OuterGlowBitmapEffect.cs
- TextBoxAutomationPeer.cs
- MatrixConverter.cs
- ClientCultureInfo.cs
- TrackingProfileManager.cs
- RadioButtonPopupAdapter.cs
- ControlCommandSet.cs
- UnaryNode.cs
- WeakEventManager.cs
- ThaiBuddhistCalendar.cs
- WpfKnownMember.cs
- HttpResponseInternalBase.cs
- ListControl.cs
- ReflectEventDescriptor.cs
- DbDataRecord.cs
- Column.cs
- WorkflowViewManager.cs
- JsonDataContract.cs
- LayoutExceptionEventArgs.cs
- HierarchicalDataSourceControl.cs
- TemplateBindingExtensionConverter.cs
- CommonDialog.cs
- AsymmetricSignatureDeformatter.cs
- Aggregates.cs
- TypeDelegator.cs
- ByteConverter.cs
- TaiwanLunisolarCalendar.cs
- SyndicationCategory.cs
- MimeTypeAttribute.cs
- DriveInfo.cs
- SecurityDescriptor.cs
- StretchValidation.cs
- UserPreferenceChangingEventArgs.cs
- wgx_exports.cs
- httpstaticobjectscollection.cs
- ProjectionNode.cs
- ProjectionCamera.cs
- AuthenticationSection.cs
- CalculatedColumn.cs
- SerialStream.cs
- WebDescriptionAttribute.cs
- LinkLabel.cs
- DesignRelation.cs
- DescendentsWalkerBase.cs
- HtmlInputHidden.cs
- FilterableAttribute.cs
- OlePropertyStructs.cs
- HtmlControl.cs
- BreakSafeBase.cs
- LayoutTableCell.cs
- GeneralTransform3D.cs
- XappLauncher.cs
- AnimatedTypeHelpers.cs
- BezierSegment.cs
- COM2FontConverter.cs
- EventSource.cs
- AdRotatorDesigner.cs
- TrackingStringDictionary.cs
- _DisconnectOverlappedAsyncResult.cs
- precedingsibling.cs
- CheckBox.cs
- CatalogZoneAutoFormat.cs
- Action.cs
- ServicePointManagerElement.cs