Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- Graphics.cs
- Calendar.cs
- RSAPKCS1SignatureDeformatter.cs
- UnhandledExceptionEventArgs.cs
- wpf-etw.cs
- KeyInterop.cs
- Mapping.cs
- BamlLocalizableResource.cs
- PageCache.cs
- LocalFileSettingsProvider.cs
- SAPICategories.cs
- ProcessModuleCollection.cs
- SessionViewState.cs
- BitSet.cs
- SHA384.cs
- MimeBasePart.cs
- ResourceReader.cs
- TextTreeInsertElementUndoUnit.cs
- TypeConverterHelper.cs
- CalculatedColumn.cs
- WeakReferenceEnumerator.cs
- DuplicateWaitObjectException.cs
- RTLAwareMessageBox.cs
- ObjectViewListener.cs
- CriticalFinalizerObject.cs
- GC.cs
- StoreUtilities.cs
- SrgsOneOf.cs
- ToolStripSplitButton.cs
- SubpageParagraph.cs
- Grid.cs
- WinEventHandler.cs
- BidirectionalDictionary.cs
- ConsoleTraceListener.cs
- WSTransactionSection.cs
- XmlSerializerNamespaces.cs
- SortFieldComparer.cs
- FileSecurity.cs
- EventQueueState.cs
- SmtpNetworkElement.cs
- StringUtil.cs
- DataContractAttribute.cs
- CodeLabeledStatement.cs
- CoordinationService.cs
- JoinQueryOperator.cs
- ResourceProviderFactory.cs
- ValidatedControlConverter.cs
- ApplicationServiceManager.cs
- Delegate.cs
- EntityDataSourceView.cs
- Timer.cs
- ModelUIElement3D.cs
- ErrorActivity.cs
- NavigationProgressEventArgs.cs
- EmptyReadOnlyDictionaryInternal.cs
- SendingRequestEventArgs.cs
- ServiceModelConfigurationSectionCollection.cs
- LabelDesigner.cs
- SelectorAutomationPeer.cs
- ConnectionStringsExpressionBuilder.cs
- XmlSerializationWriter.cs
- InfoCardConstants.cs
- ButtonStandardAdapter.cs
- DocumentPageHost.cs
- BoundingRectTracker.cs
- ContainerFilterService.cs
- DebugView.cs
- OracleDataAdapter.cs
- DBAsyncResult.cs
- BCryptSafeHandles.cs
- SurrogateEncoder.cs
- RenamedEventArgs.cs
- Misc.cs
- ScrollEventArgs.cs
- GregorianCalendar.cs
- WebPartConnectVerb.cs
- FontFamily.cs
- AsymmetricSignatureFormatter.cs
- TemplatePartAttribute.cs
- AutoScrollHelper.cs
- TypedDataSourceCodeGenerator.cs
- ACE.cs
- Triplet.cs
- XpsLiterals.cs
- SettingsPropertyValue.cs
- UiaCoreProviderApi.cs
- ClientFormsAuthenticationCredentials.cs
- Screen.cs
- HttpRequestWrapper.cs
- PasswordDeriveBytes.cs
- UIHelper.cs
- CodeStatement.cs
- StreamGeometry.cs
- VectorCollectionConverter.cs
- Int16AnimationBase.cs
- CookieParameter.cs
- WindowsTokenRoleProvider.cs
- ToolboxItemWrapper.cs
- IndicCharClassifier.cs
- JumpItem.cs