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
- TokenizerHelper.cs
- FixedSOMPage.cs
- TextureBrush.cs
- ProfileGroupSettings.cs
- MouseCaptureWithinProperty.cs
- IPGlobalProperties.cs
- ReadonlyMessageFilter.cs
- ResourceSet.cs
- BinHexDecoder.cs
- PropertyEmitterBase.cs
- XmlIgnoreAttribute.cs
- ApplicationDirectory.cs
- MarkerProperties.cs
- WaitHandle.cs
- SiteMapSection.cs
- ConfigurationElementProperty.cs
- RegexGroup.cs
- TextRunCacheImp.cs
- XmlConvert.cs
- EditingMode.cs
- Cursors.cs
- Fonts.cs
- AnnotationService.cs
- BitmapEffectState.cs
- SystemGatewayIPAddressInformation.cs
- InputManager.cs
- Brushes.cs
- RoutedPropertyChangedEventArgs.cs
- SByteStorage.cs
- PreviewControlDesigner.cs
- SinglePageViewer.cs
- PackUriHelper.cs
- OutputCacheProviderCollection.cs
- NamedPermissionSet.cs
- OleDbErrorCollection.cs
- SafeArrayTypeMismatchException.cs
- ToolStripItemEventArgs.cs
- MetadataPropertyvalue.cs
- TypeSemantics.cs
- WebBrowserEvent.cs
- FixedDocumentPaginator.cs
- AnimationException.cs
- ListArgumentProvider.cs
- DataBindingList.cs
- UserControl.cs
- CallbackValidatorAttribute.cs
- CompositeScriptReference.cs
- WaitForChangedResult.cs
- ScriptHandlerFactory.cs
- TreeViewImageKeyConverter.cs
- UnSafeCharBuffer.cs
- SchemaNotation.cs
- MultiTargetingUtil.cs
- SafeFileHandle.cs
- TextMarkerSource.cs
- SevenBitStream.cs
- DependencyPropertyHelper.cs
- CodeMethodMap.cs
- EmbeddedMailObjectsCollection.cs
- DbTransaction.cs
- TableRowCollection.cs
- TextServicesHost.cs
- XmlUrlResolver.cs
- Size.cs
- ConfigXmlSignificantWhitespace.cs
- DataRecordObjectView.cs
- UserPreferenceChangedEventArgs.cs
- GetPageCompletedEventArgs.cs
- GatewayDefinition.cs
- ConvertEvent.cs
- Cursor.cs
- SqlDataSourceCommandEventArgs.cs
- Composition.cs
- RootNamespaceAttribute.cs
- DataObjectEventArgs.cs
- ExpressionBuilder.cs
- AttachmentService.cs
- HyperlinkAutomationPeer.cs
- RecognizeCompletedEventArgs.cs
- SqlParameterCollection.cs
- SQLMembershipProvider.cs
- Context.cs
- WindowsFont.cs
- AdapterSwitches.cs
- ContourSegment.cs
- TileBrush.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- DbParameterCollectionHelper.cs
- EntityPropertyMappingAttribute.cs
- MeshGeometry3D.cs
- LocalizabilityAttribute.cs
- AsyncResult.cs
- PersonalizationAdministration.cs
- ResourceDictionaryCollection.cs
- HijriCalendar.cs
- CollectionBuilder.cs
- AttributeCollection.cs
- FixedDocumentPaginator.cs
- SqlBulkCopyColumnMapping.cs
- StateManagedCollection.cs