Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / RepeaterItemEventArgs.cs / 1 / RepeaterItemEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.Security.Permissions;
///
/// Provides data for the and
/// events.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class RepeaterItemEventArgs : EventArgs {
private RepeaterItem item;
///
/// Initializes a new instance of the class.
///
public RepeaterItemEventArgs(RepeaterItem item) {
this.item = item;
}
///
/// Gets the associated with the event.
///
public RepeaterItem Item {
get {
return item;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.Security.Permissions;
///
/// Provides data for the and
/// events.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class RepeaterItemEventArgs : EventArgs {
private RepeaterItem item;
///
/// Initializes a new instance of the class.
///
public RepeaterItemEventArgs(RepeaterItem item) {
this.item = item;
}
///
/// Gets the associated with the event.
///
public RepeaterItem Item {
get {
return item;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SoapReflectionImporter.cs
- FontDifferentiator.cs
- FileLevelControlBuilderAttribute.cs
- CurrentTimeZone.cs
- NativeObjectSecurity.cs
- NamedElement.cs
- ConfigurationManagerHelper.cs
- TypeViewSchema.cs
- XmlSequenceWriter.cs
- MultiDataTrigger.cs
- EmissiveMaterial.cs
- SafeSecurityHelper.cs
- TreeChangeInfo.cs
- OnOperation.cs
- TextEditorContextMenu.cs
- BinaryObjectInfo.cs
- Blend.cs
- XmlAtomErrorReader.cs
- SchemaSetCompiler.cs
- FixedSOMPageConstructor.cs
- NominalTypeEliminator.cs
- BeginCreateSecurityTokenRequest.cs
- UriScheme.cs
- CombinedTcpChannel.cs
- WindowsListViewScroll.cs
- CompatibleComparer.cs
- DataControlCommands.cs
- XslUrlEditor.cs
- IisTraceListener.cs
- ImageKeyConverter.cs
- GlyphElement.cs
- Int64Animation.cs
- ELinqQueryState.cs
- Context.cs
- SettingsAttributeDictionary.cs
- SequentialOutput.cs
- PropertyEntry.cs
- OracleConnection.cs
- ChtmlFormAdapter.cs
- NotifyCollectionChangedEventArgs.cs
- SQLGuid.cs
- XPathNodeList.cs
- LoadedOrUnloadedOperation.cs
- WhitespaceRuleReader.cs
- TableCell.cs
- DataControlCommands.cs
- OracleDateTime.cs
- BitmapSourceSafeMILHandle.cs
- FormViewCommandEventArgs.cs
- WebExceptionStatus.cs
- LightweightCodeGenerator.cs
- PageRanges.cs
- InputScope.cs
- HttpRuntime.cs
- DoubleStorage.cs
- TabPage.cs
- CodeAttachEventStatement.cs
- TextTreeExtractElementUndoUnit.cs
- UriTemplateLiteralPathSegment.cs
- UnsafeNativeMethodsCLR.cs
- XamlDesignerSerializationManager.cs
- TextSerializer.cs
- Error.cs
- ExecutionEngineException.cs
- Soap12ServerProtocol.cs
- XLinq.cs
- ListenDesigner.cs
- ExtentJoinTreeNode.cs
- FormatSelectingMessageInspector.cs
- ValidationEventArgs.cs
- tooltip.cs
- RadialGradientBrush.cs
- GridViewUpdateEventArgs.cs
- AnnotationComponentManager.cs
- DbProviderSpecificTypePropertyAttribute.cs
- ResumeStoryboard.cs
- XhtmlBasicLinkAdapter.cs
- RecordConverter.cs
- QilDataSource.cs
- ExtensibleClassFactory.cs
- DropDownButton.cs
- WebPartCatalogCloseVerb.cs
- DesignOnlyAttribute.cs
- VoiceChangeEventArgs.cs
- FullTextBreakpoint.cs
- CompiledIdentityConstraint.cs
- DataSourceCacheDurationConverter.cs
- ApplicationTrust.cs
- TextOnlyOutput.cs
- BuildProviderCollection.cs
- TypeNameConverter.cs
- ResourcePermissionBase.cs
- SqlNotificationRequest.cs
- FixedSOMElement.cs
- ZoneButton.cs
- Buffer.cs
- EncodingTable.cs
- _DisconnectOverlappedAsyncResult.cs
- MexBindingElement.cs
- BuildProvider.cs