Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- PointConverter.cs
- SelectionRange.cs
- NamespaceDisplayAutomationPeer.cs
- VirtualStackFrame.cs
- DefaultCompensation.cs
- HostedBindingBehavior.cs
- RefreshResponseInfo.cs
- WrappedDispatcherException.cs
- SchemaAttDef.cs
- PagerSettings.cs
- MenuItemCollection.cs
- SortedDictionary.cs
- PlatformCulture.cs
- PolyBezierSegment.cs
- HtmlInputCheckBox.cs
- CodePrimitiveExpression.cs
- Site.cs
- MatrixCamera.cs
- CodeMemberProperty.cs
- InputBinding.cs
- RelationshipSet.cs
- HttpConfigurationSystem.cs
- DataBoundControlHelper.cs
- RectangleF.cs
- DataDocumentXPathNavigator.cs
- Translator.cs
- ObjectSet.cs
- CustomErrorsSectionWrapper.cs
- PrivilegedConfigurationManager.cs
- SByteConverter.cs
- XmlEnumAttribute.cs
- DocumentViewer.cs
- GridViewDeletedEventArgs.cs
- MatcherBuilder.cs
- StreamHelper.cs
- Codec.cs
- Add.cs
- Int32AnimationUsingKeyFrames.cs
- SchemaElement.cs
- SHA384.cs
- CodeComment.cs
- ComplexObject.cs
- ModuleConfigurationInfo.cs
- CompilerState.cs
- BinaryObjectWriter.cs
- RowSpanVector.cs
- SQLBinary.cs
- InputQueueChannelAcceptor.cs
- XmlSchemaInclude.cs
- Root.cs
- EncodingDataItem.cs
- RequestQueue.cs
- DefaultObjectMappingItemCollection.cs
- XmlILModule.cs
- TableItemStyle.cs
- PerformanceCounterCategory.cs
- WmlSelectionListAdapter.cs
- RadioButtonFlatAdapter.cs
- InstanceData.cs
- ValueTypeFixupInfo.cs
- DataGridViewComponentPropertyGridSite.cs
- DockPattern.cs
- precedingquery.cs
- XmlSortKey.cs
- BitmapPalette.cs
- AccessDataSourceView.cs
- SubpageParaClient.cs
- QilScopedVisitor.cs
- altserialization.cs
- EventTrigger.cs
- PopupRootAutomationPeer.cs
- CompiledQuery.cs
- Emitter.cs
- PageContent.cs
- TabControlCancelEvent.cs
- DataListGeneralPage.cs
- RuleInfoComparer.cs
- DrawListViewItemEventArgs.cs
- FixedSOMSemanticBox.cs
- LiteralTextParser.cs
- SettingsPropertyCollection.cs
- HttpHandlerActionCollection.cs
- SqlSelectStatement.cs
- QuaternionKeyFrameCollection.cs
- UnderstoodHeaders.cs
- SqlConnectionHelper.cs
- RtfNavigator.cs
- XmlUtf8RawTextWriter.cs
- AuthorizationRule.cs
- ExtendedPropertyCollection.cs
- cookieexception.cs
- ObjectDisposedException.cs
- StateMachineExecutionState.cs
- SmiEventSink.cs
- UnsafeNativeMethods.cs
- MessageLoggingElement.cs
- DesignerActionMethodItem.cs
- ClrProviderManifest.cs
- Point4DConverter.cs
- DiscardableAttribute.cs