Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProvidePropertyAttribute.cs
- NameObjectCollectionBase.cs
- LinearQuaternionKeyFrame.cs
- precedingsibling.cs
- ContentControl.cs
- ZoomComboBox.cs
- UnsafeNativeMethods.cs
- Calendar.cs
- SystemIPInterfaceStatistics.cs
- WebPageTraceListener.cs
- DataServiceResponse.cs
- SimpleBitVector32.cs
- TripleDES.cs
- ControlCollection.cs
- GridProviderWrapper.cs
- CodeGeneratorOptions.cs
- Processor.cs
- FrameDimension.cs
- TypeConverterHelper.cs
- Form.cs
- DecimalSumAggregationOperator.cs
- IBuiltInEvidence.cs
- MasterPageParser.cs
- XamlSerializer.cs
- WebPartPersonalization.cs
- EnumUnknown.cs
- LookupNode.cs
- GestureRecognitionResult.cs
- xsdvalidator.cs
- ReaderWriterLockWrapper.cs
- XmlAttributeAttribute.cs
- ScrollViewer.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- unsafenativemethodstextservices.cs
- Journaling.cs
- ElapsedEventArgs.cs
- ReferentialConstraint.cs
- StrongNameUtility.cs
- InvalidWMPVersionException.cs
- XmlCollation.cs
- CookieProtection.cs
- Debug.cs
- CounterSetInstance.cs
- SQLInt32.cs
- Container.cs
- ConnectionConsumerAttribute.cs
- Drawing.cs
- MessageHeaderAttribute.cs
- DecoderReplacementFallback.cs
- Win32PrintDialog.cs
- ChangeConflicts.cs
- InternalsVisibleToAttribute.cs
- XmlExceptionHelper.cs
- EntityProviderFactory.cs
- TypeConverterHelper.cs
- NativeWindow.cs
- DateTimeOffsetStorage.cs
- ItemCheckedEvent.cs
- ADMembershipProvider.cs
- ReadOnlyTernaryTree.cs
- ReferentialConstraint.cs
- ToolStripDesignerAvailabilityAttribute.cs
- HostingEnvironmentWrapper.cs
- DeploymentSection.cs
- X509DefaultServiceCertificateElement.cs
- SynchronizedChannelCollection.cs
- Sorting.cs
- Tokenizer.cs
- CodeGroup.cs
- AlignmentYValidation.cs
- XmlTextAttribute.cs
- SiteMapNodeItem.cs
- MostlySingletonList.cs
- XmlSchemaGroup.cs
- BitmapEffectGroup.cs
- TransformPatternIdentifiers.cs
- XmlNamespaceManager.cs
- ConnectionProviderAttribute.cs
- TemplateGroupCollection.cs
- PropVariant.cs
- PaintEvent.cs
- ClickablePoint.cs
- SHA384.cs
- MulticastNotSupportedException.cs
- WarningException.cs
- Authorization.cs
- Visual.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- OleDbParameterCollection.cs
- DoubleCollectionValueSerializer.cs
- TopClause.cs
- Socket.cs
- UIPropertyMetadata.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- TypeGeneratedEventArgs.cs
- ScriptIgnoreAttribute.cs
- VirtualizingStackPanel.cs
- AutomationProperties.cs
- NotImplementedException.cs
- DataGridPagerStyle.cs