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
- FontFamilyValueSerializer.cs
- HyperLinkStyle.cs
- WebDescriptionAttribute.cs
- VScrollProperties.cs
- RegexRunner.cs
- hwndwrapper.cs
- WebReference.cs
- GlobalizationSection.cs
- _LocalDataStoreMgr.cs
- PointValueSerializer.cs
- ExpressionPrefixAttribute.cs
- TypeDescriptionProvider.cs
- FtpWebResponse.cs
- CodeExporter.cs
- Helpers.cs
- XPathExpr.cs
- XmlNamespaceMapping.cs
- DbModificationCommandTree.cs
- initElementDictionary.cs
- Style.cs
- DataServiceHostFactory.cs
- UnsafeNativeMethodsMilCoreApi.cs
- UpdatePanel.cs
- ListViewTableCell.cs
- HtmlAnchor.cs
- EditableTreeList.cs
- CustomDictionarySources.cs
- WindowsEditBox.cs
- SectionXmlInfo.cs
- CachedTypeface.cs
- AssemblyResourceLoader.cs
- DeobfuscatingStream.cs
- GetMemberBinder.cs
- ProtocolElementCollection.cs
- BamlRecordWriter.cs
- UrlPath.cs
- Vector3D.cs
- RelatedPropertyManager.cs
- ConfigurationStrings.cs
- XmlSchemaAttributeGroupRef.cs
- EncryptedPackageFilter.cs
- CatalogZoneBase.cs
- FrameworkContentElement.cs
- CustomErrorCollection.cs
- DiscoveryService.cs
- BuildManagerHost.cs
- GridViewDeletedEventArgs.cs
- XpsImage.cs
- SqlBuilder.cs
- MetadataCacheItem.cs
- XhtmlBasicLabelAdapter.cs
- AssemblySettingAttributes.cs
- ExpressionVisitor.cs
- ErrorWrapper.cs
- MetadataCache.cs
- XXXInfos.cs
- SystemIcmpV6Statistics.cs
- UnsafeNativeMethods.cs
- XdrBuilder.cs
- EntityCommandCompilationException.cs
- HttpFileCollection.cs
- Span.cs
- FormViewPageEventArgs.cs
- RectKeyFrameCollection.cs
- TypedTableHandler.cs
- StateBag.cs
- DataServiceHost.cs
- LabelTarget.cs
- MailHeaderInfo.cs
- KnownTypeAttribute.cs
- Exception.cs
- DeferredElementTreeState.cs
- SelectionRangeConverter.cs
- ActivityInterfaces.cs
- SiteMapDataSourceView.cs
- TransactionChannelListener.cs
- PathFigureCollectionConverter.cs
- SqlBuffer.cs
- PointAnimationUsingPath.cs
- LineServicesRun.cs
- CellParaClient.cs
- CrossAppDomainChannel.cs
- EditingCoordinator.cs
- PerformanceCounterCategory.cs
- ChangeNode.cs
- ResetableIterator.cs
- RoutedUICommand.cs
- StatementContext.cs
- PersonalizableTypeEntry.cs
- SafeNativeMethodsOther.cs
- AsyncCompletedEventArgs.cs
- HttpListener.cs
- ObjectDataSourceEventArgs.cs
- WebPartEditorCancelVerb.cs
- GraphicsContainer.cs
- Transform.cs
- MetadataHelper.cs
- BufferedStream.cs
- OdbcException.cs
- RNGCryptoServiceProvider.cs