Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / ListViewCommandEventArgs.cs / 1305376 / ListViewCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Diagnostics.CodeAnalysis; namespace System.Web.UI.WebControls { public class ListViewCommandEventArgs : CommandEventArgs { private ListViewItem _item; private object _commandSource; [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", MessageId = "2#")] public ListViewCommandEventArgs(ListViewItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { _item = item; _commandSource = commandSource; } public object CommandSource { get { return _commandSource; } } public ListViewItem 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 ListViewCommandEventArgs : CommandEventArgs { private ListViewItem _item; private object _commandSource; [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", MessageId = "2#")] public ListViewCommandEventArgs(ListViewItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { _item = item; _commandSource = commandSource; } public object CommandSource { get { return _commandSource; } } public ListViewItem 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
- unitconverter.cs
- DefaultAsyncDataDispatcher.cs
- ConfigurationStrings.cs
- IncrementalReadDecoders.cs
- WebControlParameterProxy.cs
- compensatingcollection.cs
- WebSysDescriptionAttribute.cs
- FixedFlowMap.cs
- SqlCacheDependency.cs
- __Error.cs
- OracleParameterBinding.cs
- ContentValidator.cs
- Propagator.ExtentPlaceholderCreator.cs
- HandlerElement.cs
- Comparer.cs
- SqlUDTStorage.cs
- GradientBrush.cs
- InputScopeNameConverter.cs
- URL.cs
- PasswordTextNavigator.cs
- XmlDownloadManager.cs
- Timer.cs
- MimeImporter.cs
- CloudCollection.cs
- Merger.cs
- DiagnosticsConfiguration.cs
- TraceHandler.cs
- ComPlusTraceRecord.cs
- HandlerFactoryCache.cs
- SqlSupersetValidator.cs
- EmptyQuery.cs
- HttpServerProtocol.cs
- PartialList.cs
- InstanceNormalEvent.cs
- ControlTemplate.cs
- ToolStrip.cs
- InvalidPrinterException.cs
- GifBitmapDecoder.cs
- ElementMarkupObject.cs
- ByteFacetDescriptionElement.cs
- FieldDescriptor.cs
- StylusPointPropertyInfo.cs
- Vector3D.cs
- XmlnsPrefixAttribute.cs
- Converter.cs
- InternalPolicyElement.cs
- _emptywebproxy.cs
- DataGridViewCellPaintingEventArgs.cs
- IProvider.cs
- CustomAttributeSerializer.cs
- columnmapkeybuilder.cs
- WebMessageEncodingElement.cs
- XmlSchemaImporter.cs
- ContractTypeNameElement.cs
- Hash.cs
- OleAutBinder.cs
- TimeZoneNotFoundException.cs
- DbException.cs
- BuildProviderAppliesToAttribute.cs
- SoapEnumAttribute.cs
- SqlComparer.cs
- ExtensionQuery.cs
- ManagedWndProcTracker.cs
- FontWeightConverter.cs
- AmbientProperties.cs
- ComboBoxRenderer.cs
- DoubleCollectionConverter.cs
- DictionaryBase.cs
- MimeObjectFactory.cs
- EventProviderTraceListener.cs
- PageParser.cs
- CfgRule.cs
- XmlIgnoreAttribute.cs
- ConfigurationElementProperty.cs
- Peer.cs
- TreeNodeBindingDepthConverter.cs
- MissingMethodException.cs
- PropertyEntry.cs
- Authorization.cs
- DesignerAttribute.cs
- RequestCacheValidator.cs
- ZipFileInfo.cs
- RecognitionResult.cs
- XmlSchemaExternal.cs
- PublisherMembershipCondition.cs
- XmlMembersMapping.cs
- TabRenderer.cs
- DataObjectEventArgs.cs
- FileFormatException.cs
- ToolStripManager.cs
- mediaeventshelper.cs
- ObjRef.cs
- ListChunk.cs
- CannotUnloadAppDomainException.cs
- FunctionUpdateCommand.cs
- FormViewModeEventArgs.cs
- Splitter.cs
- XamlGridLengthSerializer.cs
- AttachedPropertyInfo.cs
- KnownIds.cs