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
- TimeSpanSecondsOrInfiniteConverter.cs
- SecurityPermission.cs
- RsaSecurityKey.cs
- Int32EqualityComparer.cs
- GetRecipientRequest.cs
- SafeRightsManagementPubHandle.cs
- StringArrayConverter.cs
- Adorner.cs
- Int32RectConverter.cs
- CodeDirectoryCompiler.cs
- LogEntryHeaderv1Deserializer.cs
- ClientScriptManagerWrapper.cs
- ComponentCollection.cs
- EntityDataSourceWrapperCollection.cs
- AttributeQuery.cs
- HyperLinkStyle.cs
- TrackingMemoryStreamFactory.cs
- WebScriptMetadataMessage.cs
- TransformValueSerializer.cs
- InheritanceContextHelper.cs
- EntitySqlQueryState.cs
- HttpDebugHandler.cs
- UriScheme.cs
- XamlWrapperReaders.cs
- StartUpEventArgs.cs
- ErrorView.xaml.cs
- StreamSecurityUpgradeProvider.cs
- PointLight.cs
- EmptyEnumerator.cs
- NativeMethods.cs
- DataFormats.cs
- SafeNativeMethods.cs
- FilterQuery.cs
- HwndPanningFeedback.cs
- SqlConnectionPoolGroupProviderInfo.cs
- PanelStyle.cs
- Int64.cs
- SafeRegistryHandle.cs
- ConfigurationValue.cs
- ContainerTracking.cs
- ListViewItem.cs
- EventSourceCreationData.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- GlyphRunDrawing.cs
- ClientApiGenerator.cs
- Models.cs
- Decorator.cs
- InkPresenter.cs
- SecurityDescriptor.cs
- MethodCallConverter.cs
- SqlAliaser.cs
- M3DUtil.cs
- ServiceHostingEnvironment.cs
- Matrix3DConverter.cs
- _ListenerAsyncResult.cs
- DataGridTextBoxColumn.cs
- PageBuildProvider.cs
- CheckBoxStandardAdapter.cs
- XmlCharCheckingReader.cs
- DataGridViewAdvancedBorderStyle.cs
- BooleanProjectedSlot.cs
- BitmapEffectGroup.cs
- CodeDOMProvider.cs
- DbExpressionRules.cs
- XmlAttributeCollection.cs
- GrabHandleGlyph.cs
- VisualTreeHelper.cs
- SmiSettersStream.cs
- TransactionFlowBindingElement.cs
- SqlClientPermission.cs
- HandlerBase.cs
- TypeLoadException.cs
- CompiledRegexRunnerFactory.cs
- CompilerCollection.cs
- PriorityRange.cs
- LinqDataSourceDeleteEventArgs.cs
- Utilities.cs
- SEHException.cs
- Command.cs
- DesignerSerializerAttribute.cs
- CommandHelpers.cs
- EdmComplexTypeAttribute.cs
- WebEventTraceProvider.cs
- SqlRowUpdatingEvent.cs
- TableCellAutomationPeer.cs
- CompositeDataBoundControl.cs
- SQLBinary.cs
- SrgsSubset.cs
- ParserContext.cs
- _ListenerAsyncResult.cs
- ColumnMapProcessor.cs
- ASCIIEncoding.cs
- ProtocolException.cs
- BeginEvent.cs
- handlecollector.cs
- SqlOuterApplyReducer.cs
- FontResourceCache.cs
- odbcmetadatacollectionnames.cs
- XamlContextStack.cs
- TemplateKey.cs