Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / DataPagerCommandEventArgs.cs / 1305376 / DataPagerCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Diagnostics.CodeAnalysis; namespace System.Web.UI.WebControls { public class DataPagerCommandEventArgs : CommandEventArgs { private DataPagerField _pagerField; private int _totalRowCount; private int _newMaximumRows = -1; private int _newStartRowIndex = -1; private DataPagerFieldItem _item; [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", MessageId = "2#")] public DataPagerCommandEventArgs(DataPagerField pagerField, int totalRowCount, CommandEventArgs originalArgs, DataPagerFieldItem item) : base(originalArgs) { _pagerField = pagerField; _totalRowCount = totalRowCount; _item = item; } public DataPagerFieldItem Item { get { return _item; } } public int NewMaximumRows { get { return _newMaximumRows; } set { _newMaximumRows = value; } } public int NewStartRowIndex { get { return _newStartRowIndex; } set { _newStartRowIndex = value; } } public DataPagerField PagerField { get { return _pagerField; } } public int TotalRowCount { get { return _totalRowCount; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignSurfaceManager.cs
- Inflater.cs
- CngUIPolicy.cs
- StoreAnnotationsMap.cs
- UnknownWrapper.cs
- DbMetaDataColumnNames.cs
- HasActivatableWorkflowEvent.cs
- Parser.cs
- OleDbPropertySetGuid.cs
- EFAssociationProvider.cs
- MarkupCompiler.cs
- StructuredProperty.cs
- XmlRawWriter.cs
- SynthesizerStateChangedEventArgs.cs
- RichTextBoxAutomationPeer.cs
- AnimationTimeline.cs
- PropertyGridCommands.cs
- RIPEMD160Managed.cs
- Attributes.cs
- ChildrenQuery.cs
- EnumBuilder.cs
- PropertyChangeTracker.cs
- EncoderFallback.cs
- MulticastIPAddressInformationCollection.cs
- HttpResponseBase.cs
- AnnotationHelper.cs
- HttpTransportSecurity.cs
- EntityTemplateUserControl.cs
- RenderData.cs
- IsolatedStorageException.cs
- FixedNode.cs
- PriorityQueue.cs
- Token.cs
- SapiInterop.cs
- OpenTypeLayout.cs
- CodeChecksumPragma.cs
- CodeCatchClause.cs
- ScriptServiceAttribute.cs
- ClientCultureInfo.cs
- PathSegment.cs
- NameSpaceEvent.cs
- ConnectionManagementElementCollection.cs
- AnnouncementInnerClientCD1.cs
- LinearKeyFrames.cs
- HealthMonitoringSection.cs
- InfoCardSymmetricCrypto.cs
- XmlWrappingReader.cs
- DataGridViewDataErrorEventArgs.cs
- KnownTypes.cs
- AttributeProviderAttribute.cs
- BufferAllocator.cs
- HiddenFieldPageStatePersister.cs
- ToolboxItemAttribute.cs
- DodSequenceMerge.cs
- HttpFileCollection.cs
- GPStream.cs
- InvalidWMPVersionException.cs
- SettingsPropertyValueCollection.cs
- CodeValidator.cs
- UnauthorizedAccessException.cs
- ReferencedCollectionType.cs
- ObjectContextServiceProvider.cs
- RelationshipEnd.cs
- PagesSection.cs
- Point.cs
- PassportAuthentication.cs
- MetadataCollection.cs
- BinHexDecoder.cs
- PKCS1MaskGenerationMethod.cs
- _IPv6Address.cs
- BooleanSwitch.cs
- BitmapMetadataEnumerator.cs
- ExitEventArgs.cs
- LayoutEngine.cs
- ProviderManager.cs
- OdbcParameterCollection.cs
- ComponentEditorForm.cs
- OdbcConnectionStringbuilder.cs
- IgnoreDataMemberAttribute.cs
- WebBrowser.cs
- HasRunnableWorkflowEvent.cs
- AccessibleObject.cs
- DropTarget.cs
- ExportOptions.cs
- MsmqAppDomainProtocolHandler.cs
- InfoCardProofToken.cs
- SoapObjectWriter.cs
- SignatureResourceHelper.cs
- filewebresponse.cs
- IgnorePropertiesAttribute.cs
- PropertySegmentSerializationProvider.cs
- WarningException.cs
- SpellCheck.cs
- Compiler.cs
- _HTTPDateParse.cs
- PrintDialog.cs
- ModuleConfigurationInfo.cs
- GeometryGroup.cs
- WSAddressing10ProblemHeaderQNameFault.cs
- RegexFCD.cs