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
- PathFigureCollection.cs
- Utils.cs
- Interlocked.cs
- WindowsListViewGroupSubsetLink.cs
- CodeIndexerExpression.cs
- ContentPresenter.cs
- OleDbMetaDataFactory.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- SectionRecord.cs
- WebConfigurationHostFileChange.cs
- ListViewUpdatedEventArgs.cs
- ScriptReferenceEventArgs.cs
- TableRowCollection.cs
- MembershipPasswordException.cs
- XmlSchemaAttributeGroupRef.cs
- XmlEncodedRawTextWriter.cs
- ClientSponsor.cs
- ImageClickEventArgs.cs
- SqlCacheDependencyDatabase.cs
- mda.cs
- TextTreeRootTextBlock.cs
- HttpApplication.cs
- DecimalKeyFrameCollection.cs
- DecoderFallbackWithFailureFlag.cs
- SpecialFolderEnumConverter.cs
- RegexTypeEditor.cs
- GPRECT.cs
- LateBoundBitmapDecoder.cs
- Common.cs
- PrintPreviewControl.cs
- OleStrCAMarshaler.cs
- SystemParameters.cs
- CapabilitiesSection.cs
- RootProfilePropertySettingsCollection.cs
- XPathNodePointer.cs
- GorillaCodec.cs
- ColorConvertedBitmap.cs
- XmlEventCache.cs
- PersonalizationStateInfo.cs
- PermissionSetEnumerator.cs
- KeyNotFoundException.cs
- _StreamFramer.cs
- QuestionEventArgs.cs
- SqlGatherConsumedAliases.cs
- DataGridViewCellValidatingEventArgs.cs
- ValidationPropertyAttribute.cs
- InteropExecutor.cs
- RC2.cs
- TextEditorContextMenu.cs
- SpinWait.cs
- NeutralResourcesLanguageAttribute.cs
- PartialArray.cs
- MdiWindowListStrip.cs
- StreamFormatter.cs
- Attachment.cs
- RichTextBoxAutomationPeer.cs
- CompositeFontFamily.cs
- ReachPageContentCollectionSerializer.cs
- ColorConverter.cs
- NavigatorOutput.cs
- EntityCollectionChangedParams.cs
- SoapSchemaExporter.cs
- PathFigureCollectionConverter.cs
- XmlDocumentType.cs
- IdentityHolder.cs
- PackagePartCollection.cs
- UnionCodeGroup.cs
- AttributeEmitter.cs
- TypedCompletedAsyncResult.cs
- SafeReversePInvokeHandle.cs
- StyleXamlParser.cs
- ValidationSummary.cs
- VisualTreeHelper.cs
- EventRecord.cs
- MatrixCamera.cs
- XDRSchema.cs
- ButtonBaseAutomationPeer.cs
- SecurityHeaderLayout.cs
- BitmapCodecInfoInternal.cs
- OutputScopeManager.cs
- ClonableStack.cs
- SqlCacheDependencyDatabaseCollection.cs
- HandlerWithFactory.cs
- DropAnimation.xaml.cs
- DragCompletedEventArgs.cs
- InvalidDataContractException.cs
- CustomDictionarySources.cs
- DropDownHolder.cs
- ClassHandlersStore.cs
- SwitchAttribute.cs
- XmlValueConverter.cs
- XsdDuration.cs
- TypeConverter.cs
- EmbossBitmapEffect.cs
- DragEventArgs.cs
- WindowsMenu.cs
- DataGridViewCellStyle.cs
- PopupRootAutomationPeer.cs
- SqlPersonalizationProvider.cs
- FilterElement.cs