Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DataListCommandEventArgs.cs / 1305376 / DataListCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; ////// public class DataListCommandEventArgs : CommandEventArgs { private DataListItem item; private object commandSource; ///Provides data for the ///event of a . /// /// public DataListCommandEventArgs(DataListItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this.item = item; this.commandSource = commandSource; } ///Initializes a new instance of the ///class. /// public DataListItem Item { get { return item; } } ///Gets the selected item in the ///. /// public object CommandSource { get { return commandSource; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the source of the command. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PrtCap_Public_Simple.cs
- LinearGradientBrush.cs
- ErrorWebPart.cs
- BinaryFormatterWriter.cs
- BuildProvidersCompiler.cs
- TabControlEvent.cs
- Wildcard.cs
- FormViewCommandEventArgs.cs
- _ListenerResponseStream.cs
- TextSerializer.cs
- Translator.cs
- WebPartMovingEventArgs.cs
- Helpers.cs
- Transform.cs
- filewebrequest.cs
- MemberAccessException.cs
- GlyphsSerializer.cs
- OutputCacheProfile.cs
- TokenBasedSet.cs
- MasterPageCodeDomTreeGenerator.cs
- SmiSettersStream.cs
- CodeCastExpression.cs
- WorkflowInstanceExtensionProvider.cs
- AnnotationAuthorChangedEventArgs.cs
- DelayDesigner.cs
- AnnouncementEventArgs.cs
- FilterInvalidBodyAccessException.cs
- DurableEnlistmentState.cs
- FirstMatchCodeGroup.cs
- InkCollectionBehavior.cs
- ToolStripSettings.cs
- ToolTip.cs
- DependencyPropertyAttribute.cs
- UpdateTracker.cs
- DependencyObjectType.cs
- SecurityTokenTypes.cs
- WebPartDisplayMode.cs
- securitycriticaldata.cs
- AspNetRouteServiceHttpHandler.cs
- CancelRequestedQuery.cs
- ContainerVisual.cs
- RemotingException.cs
- __ComObject.cs
- SQLString.cs
- WaveHeader.cs
- XmlIlGenerator.cs
- TypeViewSchema.cs
- DeclaredTypeValidatorAttribute.cs
- ZoomPercentageConverter.cs
- SecurityTokenContainer.cs
- OleDbPermission.cs
- TypedAsyncResult.cs
- ParserStreamGeometryContext.cs
- TimersDescriptionAttribute.cs
- ValueType.cs
- HtmlUtf8RawTextWriter.cs
- SystemEvents.cs
- StringUtil.cs
- GridViewUpdatedEventArgs.cs
- ZipIOExtraFieldPaddingElement.cs
- SqlTypeConverter.cs
- UpdateTranslator.cs
- ProviderConnectionPoint.cs
- SubtreeProcessor.cs
- OleDbRowUpdatedEvent.cs
- ResXFileRef.cs
- MaterialCollection.cs
- ListControl.cs
- EntityDataSourceChangingEventArgs.cs
- TagMapCollection.cs
- FlowDocumentReaderAutomationPeer.cs
- XmlnsCache.cs
- ToolTipService.cs
- GroupItemAutomationPeer.cs
- DataRowExtensions.cs
- ResourceSet.cs
- BulletDecorator.cs
- MethodImplAttribute.cs
- Freezable.cs
- PathStreamGeometryContext.cs
- COM2PictureConverter.cs
- followingsibling.cs
- ResourcesBuildProvider.cs
- ActivityXRefConverter.cs
- IndicShape.cs
- OleDbErrorCollection.cs
- XmlSerializationGeneratedCode.cs
- xamlnodes.cs
- LoginView.cs
- StrokeNodeOperations.cs
- DependencyProperty.cs
- XmlMemberMapping.cs
- SerializationInfo.cs
- ErrorInfoXmlDocument.cs
- PageContentAsyncResult.cs
- TextParagraphView.cs
- ProxyHelper.cs
- UnmanagedHandle.cs
- Win32SafeHandles.cs
- ButtonColumn.cs