Code:
/ 4.0 / 4.0 / 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. ///// 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
- SymmetricCryptoHandle.cs
- UInt16.cs
- SqlGatherProducedAliases.cs
- SocketException.cs
- PropertyRecord.cs
- ApplyTemplatesAction.cs
- HttpClientCredentialType.cs
- RootCodeDomSerializer.cs
- XmlReaderSettings.cs
- SqlFunctionAttribute.cs
- Line.cs
- OrderedDictionary.cs
- TraceData.cs
- ContentHostHelper.cs
- WebPartsSection.cs
- DataGridItem.cs
- ResourceExpression.cs
- PersonalizationAdministration.cs
- LowerCaseStringConverter.cs
- CompilationUtil.cs
- ImageInfo.cs
- RemoteDebugger.cs
- MsmqChannelFactory.cs
- FigureParagraph.cs
- QueryPageSettingsEventArgs.cs
- Site.cs
- DeploymentSection.cs
- HandleRef.cs
- DesignerDataConnection.cs
- InvalidComObjectException.cs
- DataGridViewLayoutData.cs
- FontStyles.cs
- EdmComplexTypeAttribute.cs
- LogLogRecordEnumerator.cs
- ShaperBuffers.cs
- RequestUriProcessor.cs
- SwitchAttribute.cs
- WebPartDisplayModeCollection.cs
- ResponseStream.cs
- DiscoveryClientProtocol.cs
- RowToFieldTransformer.cs
- PersonalizationProviderHelper.cs
- StronglyTypedResourceBuilder.cs
- unsafeIndexingFilterStream.cs
- RemotingHelper.cs
- MessageBox.cs
- DrawingCollection.cs
- ViewManager.cs
- Char.cs
- EnumerableRowCollection.cs
- EventProviderWriter.cs
- TerminatorSinks.cs
- ConfigXmlReader.cs
- RequestCacheEntry.cs
- PageAdapter.cs
- ProfileEventArgs.cs
- AutomationElement.cs
- LayoutEngine.cs
- PersonalizationStateInfoCollection.cs
- XmlSequenceWriter.cs
- DesignTableCollection.cs
- MediaContext.cs
- WebHttpBindingCollectionElement.cs
- SafeNativeMethods.cs
- Processor.cs
- Module.cs
- EventLogPermissionHolder.cs
- TripleDESCryptoServiceProvider.cs
- TextParentUndoUnit.cs
- ThreadExceptionDialog.cs
- AssemblyInfo.cs
- TextParaLineResult.cs
- StringSource.cs
- XmlAttributeOverrides.cs
- Thread.cs
- CodeVariableReferenceExpression.cs
- AtomServiceDocumentSerializer.cs
- VectorValueSerializer.cs
- BinaryObjectInfo.cs
- SuppressMessageAttribute.cs
- DynamicDocumentPaginator.cs
- ListViewTableCell.cs
- BrowserPolicyValidator.cs
- Property.cs
- PolygonHotSpot.cs
- TypeConverterAttribute.cs
- LocalizedNameDescriptionPair.cs
- ImportedNamespaceContextItem.cs
- PathFigureCollectionConverter.cs
- XmlSecureResolver.cs
- CngKeyCreationParameters.cs
- SyndicationSerializer.cs
- WebHttpBindingCollectionElement.cs
- SelectionListDesigner.cs
- WebServiceErrorEvent.cs
- SecurityElement.cs
- WebColorConverter.cs
- TabControlAutomationPeer.cs
- EmptyReadOnlyDictionaryInternal.cs
- GridEntry.cs