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
- _DisconnectOverlappedAsyncResult.cs
- FigureHelper.cs
- Vector3DAnimationBase.cs
- TransformPatternIdentifiers.cs
- SafeViewOfFileHandle.cs
- TextLineResult.cs
- ScriptControlDescriptor.cs
- SessionStateSection.cs
- PrinterUnitConvert.cs
- ObjectFullSpanRewriter.cs
- BitmapFrameEncode.cs
- PackageRelationshipSelector.cs
- ReadOnlyPermissionSet.cs
- LicenseProviderAttribute.cs
- DesignerActionPanel.cs
- RecordsAffectedEventArgs.cs
- GenerateTemporaryTargetAssembly.cs
- WorkItem.cs
- Point.cs
- DataTableReader.cs
- XsltArgumentList.cs
- Lazy.cs
- CompositeKey.cs
- PropertyChangedEventArgs.cs
- CfgParser.cs
- SiteIdentityPermission.cs
- SeekableReadStream.cs
- BitHelper.cs
- Thread.cs
- ScrollBarRenderer.cs
- DataGridViewTextBoxEditingControl.cs
- ParentUndoUnit.cs
- XhtmlCssHandler.cs
- HttpRawResponse.cs
- LayoutEvent.cs
- TextContainerChangeEventArgs.cs
- SiteMembershipCondition.cs
- RequestBringIntoViewEventArgs.cs
- BaseDataBoundControl.cs
- LinkArea.cs
- ExpressionPrinter.cs
- DataSourceControl.cs
- CurrentChangingEventArgs.cs
- PropertyPathConverter.cs
- ScrollProviderWrapper.cs
- CapabilitiesUse.cs
- FormViewRow.cs
- SamlNameIdentifierClaimResource.cs
- TabControl.cs
- DynamicPropertyReader.cs
- altserialization.cs
- UserMapPath.cs
- AssemblyBuilder.cs
- BuildResult.cs
- XmlNamespaceDeclarationsAttribute.cs
- AffineTransform3D.cs
- MimeWriter.cs
- RefType.cs
- PriorityQueue.cs
- HtmlContainerControl.cs
- PageThemeCodeDomTreeGenerator.cs
- XmlSchemaSimpleTypeRestriction.cs
- Configuration.cs
- SqlDataRecord.cs
- Sorting.cs
- ButtonColumn.cs
- CharacterString.cs
- DataBindingHandlerAttribute.cs
- FacetDescriptionElement.cs
- DeclarativeExpressionConditionDeclaration.cs
- ArithmeticException.cs
- EnumValidator.cs
- ProcessExitedException.cs
- FacetDescription.cs
- PartialCachingControl.cs
- Model3DGroup.cs
- CryptoProvider.cs
- MultilineStringConverter.cs
- QueryCacheKey.cs
- Base64Encoder.cs
- AttributeQuery.cs
- XpsDigitalSignature.cs
- DbProviderFactories.cs
- ParameterCollection.cs
- Automation.cs
- AssemblySettingAttributes.cs
- ParameterReplacerVisitor.cs
- COM2ExtendedBrowsingHandler.cs
- XmlCharacterData.cs
- WebServiceMethodData.cs
- ParameterBuilder.cs
- Command.cs
- ZoneButton.cs
- TrailingSpaceComparer.cs
- FormsIdentity.cs
- CustomCredentialPolicy.cs
- DriveNotFoundException.cs
- HashSetDebugView.cs
- StringReader.cs
- Int16Animation.cs