Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / DataPagerFieldCommandEventArgs.cs / 1305376 / DataPagerFieldCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Diagnostics.CodeAnalysis; namespace System.Web.UI.WebControls { public class DataPagerFieldCommandEventArgs : CommandEventArgs { private DataPagerFieldItem _item; private object _commandSource; [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", MessageId = "2#")] public DataPagerFieldCommandEventArgs(DataPagerFieldItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { _item = item; _commandSource = commandSource; } public object CommandSource { get { return _commandSource; } } public DataPagerFieldItem Item { get { return _item; } } } } // 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
- IndicCharClassifier.cs
- SafeFileHandle.cs
- RegexNode.cs
- EnumValAlphaComparer.cs
- RegexTree.cs
- RadioButtonStandardAdapter.cs
- ExtendedPropertyDescriptor.cs
- DependencyObjectPropertyDescriptor.cs
- DebugView.cs
- PointConverter.cs
- Char.cs
- ProcessModelInfo.cs
- FormatStringEditor.cs
- SqlStream.cs
- XsdValidatingReader.cs
- EntityReference.cs
- PersonalizationStateInfo.cs
- securitycriticaldata.cs
- ToolStripItemRenderEventArgs.cs
- SqlRowUpdatingEvent.cs
- RegexGroupCollection.cs
- View.cs
- XPathAxisIterator.cs
- InternalConfigEventArgs.cs
- DocumentEventArgs.cs
- ExecutionContext.cs
- LoginName.cs
- SafeCloseHandleCritical.cs
- InlinedAggregationOperatorEnumerator.cs
- ContentType.cs
- FontUnitConverter.cs
- AutoScrollHelper.cs
- HashAlgorithm.cs
- ClassDataContract.cs
- DBBindings.cs
- MarkupExtensionParser.cs
- BinaryObjectInfo.cs
- HatchBrush.cs
- InputBindingCollection.cs
- baseshape.cs
- QuaternionValueSerializer.cs
- ByteStreamBufferedMessageData.cs
- _Rfc2616CacheValidators.cs
- TriggerCollection.cs
- OrderPreservingPipeliningSpoolingTask.cs
- BlurBitmapEffect.cs
- DeferredSelectedIndexReference.cs
- IdnMapping.cs
- PermissionListSet.cs
- UpdatePanelTrigger.cs
- XPathNode.cs
- BuildResultCache.cs
- PropertyDescriptorCollection.cs
- TrimSurroundingWhitespaceAttribute.cs
- Border.cs
- BuildProviderCollection.cs
- ReferenceConverter.cs
- ArrowControl.xaml.cs
- EFDataModelProvider.cs
- DoubleAnimation.cs
- ProfessionalColors.cs
- Brush.cs
- EventSchemaTraceListener.cs
- XmlText.cs
- AccessKeyManager.cs
- BasicHttpMessageSecurityElement.cs
- DataPagerFieldItem.cs
- designeractionlistschangedeventargs.cs
- Metafile.cs
- IsolatedStorage.cs
- WebZone.cs
- URI.cs
- DesignParameter.cs
- MenuItemStyle.cs
- DataGrid.cs
- dbenumerator.cs
- HttpCacheParams.cs
- AnimatedTypeHelpers.cs
- SortQuery.cs
- DirectoryRedirect.cs
- QueryStatement.cs
- DesignTimeParseData.cs
- AutomationPatternInfo.cs
- DocumentViewerBase.cs
- ReceiveContent.cs
- ElementsClipboardData.cs
- DataSourceXmlSerializationAttribute.cs
- StrokeFIndices.cs
- PackagePartCollection.cs
- DataRowView.cs
- ButtonFlatAdapter.cs
- GroupStyle.cs
- CreateInstanceBinder.cs
- SoundPlayerAction.cs
- HttpRawResponse.cs
- GetRecipientListRequest.cs
- DefaultTraceListener.cs
- cache.cs
- BindToObject.cs
- EncodingInfo.cs