Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / RepeaterItemEventArgs.cs / 1305376 / RepeaterItemEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; ////// public class RepeaterItemEventArgs : EventArgs { private RepeaterItem item; ///Provides data for the ///and /// events. /// public RepeaterItemEventArgs(RepeaterItem item) { this.item = item; } ///Initializes a new instance of the ///class. /// public RepeaterItem Item { get { return item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the ///associated with the event.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DefaultCommandConverter.cs
- ResourceManagerWrapper.cs
- CommandField.cs
- DataGridViewRowsAddedEventArgs.cs
- Property.cs
- BitmapEffectrendercontext.cs
- Encoder.cs
- ToolTipService.cs
- BinaryObjectWriter.cs
- OutputCacheSettingsSection.cs
- DataGridPagerStyle.cs
- SubpageParagraph.cs
- StickyNote.cs
- EntityDataSource.cs
- BasicSecurityProfileVersion.cs
- OleAutBinder.cs
- SecureStringHasher.cs
- WCFBuildProvider.cs
- WsatAdminException.cs
- SQLBytesStorage.cs
- CommandLibraryHelper.cs
- parserscommon.cs
- ObjectTag.cs
- StringHelper.cs
- EntityViewGenerationAttribute.cs
- GregorianCalendarHelper.cs
- AsyncResult.cs
- CodeCastExpression.cs
- HeaderUtility.cs
- InvalidDataException.cs
- XmlSchemaSimpleContentRestriction.cs
- PageHandlerFactory.cs
- BatchServiceHost.cs
- XmlNamedNodeMap.cs
- HostedTransportConfigurationManager.cs
- HeaderUtility.cs
- XmlQuerySequence.cs
- OracleDateTime.cs
- CompensatableTransactionScopeActivityDesigner.cs
- WindowsFormsHostPropertyMap.cs
- DefaultSerializationProviderAttribute.cs
- CodeCommentStatement.cs
- EventsTab.cs
- BypassElementCollection.cs
- SecurityContext.cs
- ParenthesizePropertyNameAttribute.cs
- EmptyStringExpandableObjectConverter.cs
- TdsParameterSetter.cs
- DeviceContext2.cs
- PrintControllerWithStatusDialog.cs
- AtomParser.cs
- TypeToken.cs
- SparseMemoryStream.cs
- BaseProcessor.cs
- ResourceReferenceExpression.cs
- GeometryCombineModeValidation.cs
- DoubleCollection.cs
- ViewBox.cs
- SecurityState.cs
- SqlDataAdapter.cs
- ResolveDuplexCD1AsyncResult.cs
- PkcsMisc.cs
- AnimationTimeline.cs
- LinkArea.cs
- WebPartConnectionsConfigureVerb.cs
- WmlMobileTextWriter.cs
- DbProviderSpecificTypePropertyAttribute.cs
- BitConverter.cs
- DataColumnSelectionConverter.cs
- SqlProviderServices.cs
- UriSectionData.cs
- TouchPoint.cs
- ReturnType.cs
- ProgressBarAutomationPeer.cs
- ReflectionUtil.cs
- XmlUtf8RawTextWriter.cs
- XmlWhitespace.cs
- ISCIIEncoding.cs
- LocalizableAttribute.cs
- WebPartTracker.cs
- HMACRIPEMD160.cs
- WindowsSolidBrush.cs
- Source.cs
- StringBuilder.cs
- XmlSchemaAny.cs
- CorePropertiesFilter.cs
- DeclarationUpdate.cs
- BitmapCodecInfoInternal.cs
- MessageQueueInstaller.cs
- TypeBuilderInstantiation.cs
- ManagedIStream.cs
- MarkedHighlightComponent.cs
- AttachmentCollection.cs
- TargetControlTypeCache.cs
- MarkupObject.cs
- RefreshEventArgs.cs
- ListViewAutomationPeer.cs
- PageTheme.cs
- SchemaTableColumn.cs
- SchemaExporter.cs