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
- COSERVERINFO.cs
- Run.cs
- Console.cs
- NamespaceEmitter.cs
- XmlSerializer.cs
- FtpWebRequest.cs
- BooleanFunctions.cs
- SoapSchemaImporter.cs
- BadImageFormatException.cs
- BindingList.cs
- HttpResponse.cs
- UserControlParser.cs
- Automation.cs
- XsltException.cs
- DataGridrowEditEndingEventArgs.cs
- TimeStampChecker.cs
- StringAttributeCollection.cs
- OnOperation.cs
- WebBrowserProgressChangedEventHandler.cs
- XsltInput.cs
- CultureSpecificStringDictionary.cs
- ColumnReorderedEventArgs.cs
- WebServiceData.cs
- AttachedPropertyBrowsableAttribute.cs
- DataChangedEventManager.cs
- CodeFieldReferenceExpression.cs
- QueryStringParameter.cs
- SplineKeyFrames.cs
- WindowsGrip.cs
- FixedLineResult.cs
- ImmutableObjectAttribute.cs
- TablePatternIdentifiers.cs
- NamedPipeAppDomainProtocolHandler.cs
- WebPartConnectVerb.cs
- PropertyTab.cs
- TextBlockAutomationPeer.cs
- ColumnPropertiesGroup.cs
- PenThreadPool.cs
- CFStream.cs
- IsolatedStorageFilePermission.cs
- AttributeCollection.cs
- GraphicsPath.cs
- ObjectQueryExecutionPlan.cs
- ChtmlMobileTextWriter.cs
- TypeSystem.cs
- GridViewSortEventArgs.cs
- StdRegProviderWrapper.cs
- CaseStatementSlot.cs
- ValidationPropertyAttribute.cs
- WebPartEventArgs.cs
- TextParagraph.cs
- ModelTreeEnumerator.cs
- CultureInfoConverter.cs
- Animatable.cs
- SecurityTokenTypes.cs
- ProfileProvider.cs
- DebugController.cs
- RuleSettingsCollection.cs
- Error.cs
- Canvas.cs
- ToolBarTray.cs
- Transform3DGroup.cs
- OverflowException.cs
- AmbiguousMatchException.cs
- SettingsBase.cs
- SqlMethodCallConverter.cs
- DesignerImageAdapter.cs
- WebUtil.cs
- SinglePhaseEnlistment.cs
- dataSvcMapFileLoader.cs
- HitTestWithPointDrawingContextWalker.cs
- BamlLocalizableResource.cs
- MouseDevice.cs
- Italic.cs
- WinEventWrap.cs
- PropertyMetadata.cs
- HandlerFactoryCache.cs
- GenericTypeParameterConverter.cs
- UIElementCollection.cs
- TextServicesDisplayAttribute.cs
- DateRangeEvent.cs
- DynamicValueConverter.cs
- ScopedKnownTypes.cs
- NamespaceCollection.cs
- DataTableMappingCollection.cs
- SqlGatherConsumedAliases.cs
- ObjectSpanRewriter.cs
- SignedXml.cs
- FormViewInsertedEventArgs.cs
- RIPEMD160.cs
- XmlAttribute.cs
- ProgressBarHighlightConverter.cs
- DataPager.cs
- ViewPort3D.cs
- ScriptControlDescriptor.cs
- NavigationWindowAutomationPeer.cs
- WebPartsPersonalizationAuthorization.cs
- SafeUserTokenHandle.cs
- XPathNodeHelper.cs
- OleDbPropertySetGuid.cs