Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / DataListItemEventArgs.cs / 1 / DataListItemEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DataListItemEventArgs : EventArgs { private DataListItem item; ///Provides data for the ///event of a . /// public DataListItemEventArgs(DataListItem item) { this.item = item; } ///Initializes a new instance of the ///class. /// public DataListItem Item { get { return item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.Gets the item form the ///.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NamespaceList.cs
- Group.cs
- OptimizedTemplateContent.cs
- SizeIndependentAnimationStorage.cs
- ContractMapping.cs
- SQLInt64.cs
- CustomAttributeBuilder.cs
- SqlDuplicator.cs
- StringArrayConverter.cs
- TextTreeFixupNode.cs
- XPathScanner.cs
- DataException.cs
- Knowncolors.cs
- PipelineComponent.cs
- WindowsPen.cs
- COM2ExtendedTypeConverter.cs
- Figure.cs
- SubclassTypeValidatorAttribute.cs
- COSERVERINFO.cs
- XsltConvert.cs
- RouteUrlExpressionBuilder.cs
- pingexception.cs
- Utilities.cs
- FtpCachePolicyElement.cs
- ZipIOLocalFileBlock.cs
- XamlSerializationHelper.cs
- ListCollectionView.cs
- XPathSelfQuery.cs
- SqlDataSourceQueryEditorForm.cs
- SynchronousChannel.cs
- SeekableReadStream.cs
- ClientProtocol.cs
- LinqDataSourceUpdateEventArgs.cs
- Int32AnimationUsingKeyFrames.cs
- ProvidersHelper.cs
- XmlBinaryReader.cs
- CompiledQueryCacheEntry.cs
- dbenumerator.cs
- TypeLibConverter.cs
- ControlCollection.cs
- ProtocolsConfiguration.cs
- HelpOperationInvoker.cs
- ToolboxComponentsCreatedEventArgs.cs
- ToolStripStatusLabel.cs
- SHA512Managed.cs
- TypeConverterAttribute.cs
- XmlException.cs
- ComponentCache.cs
- SelectionPattern.cs
- OdbcCommandBuilder.cs
- MetadataWorkspace.cs
- BufferedStream.cs
- ResourceReferenceExpressionConverter.cs
- DataSourceNameHandler.cs
- ZipIOFileItemStream.cs
- SpellerInterop.cs
- DataBoundControl.cs
- _LoggingObject.cs
- baseshape.cs
- SchemaAttDef.cs
- SimpleTextLine.cs
- WebPartsSection.cs
- XmlSchemaAnnotated.cs
- ProtectedConfiguration.cs
- DataGridToolTip.cs
- ComContractElementCollection.cs
- ControlIdConverter.cs
- DeleteStoreRequest.cs
- ToolStripItemEventArgs.cs
- IResourceProvider.cs
- PermissionSetEnumerator.cs
- SqlXmlStorage.cs
- DataGridClipboardCellContent.cs
- Label.cs
- ManipulationCompletedEventArgs.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- ControlPersister.cs
- TableCellAutomationPeer.cs
- TableRowGroup.cs
- RequiredFieldValidator.cs
- AttributeCollection.cs
- DeploymentSectionCache.cs
- GeometryDrawing.cs
- XmlObjectSerializerContext.cs
- BuildProviderAppliesToAttribute.cs
- CryptographicAttribute.cs
- BulletedListEventArgs.cs
- AxisAngleRotation3D.cs
- XmlC14NWriter.cs
- ScriptingProfileServiceSection.cs
- DataServiceBehavior.cs
- PropertyNames.cs
- WindowsGraphicsWrapper.cs
- TextFormatter.cs
- LayoutEditorPart.cs
- ContainerAction.cs
- StringKeyFrameCollection.cs
- ObjectDataSourceStatusEventArgs.cs
- CroppedBitmap.cs
- MarkupWriter.cs