Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / RepeaterCommandEventArgs.cs / 1305376 / RepeaterCommandEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Web.UI.WebControls {
using System;
///
/// Provides data for the
/// event of the .
///
public class RepeaterCommandEventArgs : CommandEventArgs {
private RepeaterItem item;
private object commandSource;
///
/// Initializes a new instance of the
/// class.
///
public RepeaterCommandEventArgs(RepeaterItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) {
this.item = item;
this.commandSource = commandSource;
}
///
/// Gets the associated with the event.
///
public RepeaterItem Item {
get {
return item;
}
}
///
/// Gets the command source.
///
public object CommandSource {
get {
return commandSource;
}
}
}
}
// 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
- TabControlEvent.cs
- ConfigurationSection.cs
- CollaborationHelperFunctions.cs
- BuiltInPermissionSets.cs
- UserInitiatedNavigationPermission.cs
- NativeMethods.cs
- SecureEnvironment.cs
- CrossAppDomainChannel.cs
- FieldInfo.cs
- AppearanceEditorPart.cs
- ToolboxItemFilterAttribute.cs
- RootProfilePropertySettingsCollection.cs
- ResXFileRef.cs
- ListItemsPage.cs
- FontUnitConverter.cs
- DynamicValidatorEventArgs.cs
- SchemaHelper.cs
- LinkUtilities.cs
- _NestedSingleAsyncResult.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- UnmanagedMemoryStreamWrapper.cs
- TypeGeneratedEventArgs.cs
- RadioButton.cs
- HWStack.cs
- FormViewCommandEventArgs.cs
- ScrollPattern.cs
- QueryOpeningEnumerator.cs
- DbReferenceCollection.cs
- XmlLinkedNode.cs
- GridViewAutomationPeer.cs
- Rect3DValueSerializer.cs
- RenderOptions.cs
- UniqueEventHelper.cs
- SafeViewOfFileHandle.cs
- SrgsGrammar.cs
- SerializableTypeCodeDomSerializer.cs
- ExceptionUtil.cs
- InputLanguageEventArgs.cs
- ThemeableAttribute.cs
- SiblingIterators.cs
- While.cs
- Mappings.cs
- CorrelationScope.cs
- SymDocumentType.cs
- SpotLight.cs
- XmlSchemaComplexContentRestriction.cs
- Socket.cs
- HMACSHA384.cs
- RuleCache.cs
- MemberInitExpression.cs
- WebEventCodes.cs
- GridViewRowPresenter.cs
- OdbcConnectionStringbuilder.cs
- ZipIOExtraField.cs
- ServiceContractViewControl.Designer.cs
- HeaderedItemsControl.cs
- ViewSimplifier.cs
- Point3DCollectionConverter.cs
- TemplateBindingExtensionConverter.cs
- Certificate.cs
- TextCharacters.cs
- ComponentEvent.cs
- _NegoState.cs
- ADConnectionHelper.cs
- BufferBuilder.cs
- SafeHGlobalHandleCritical.cs
- LiteralSubsegment.cs
- DifferencingCollection.cs
- SizeKeyFrameCollection.cs
- ResourceDescriptionAttribute.cs
- PopupEventArgs.cs
- SystemNetHelpers.cs
- VectorAnimation.cs
- SourceLineInfo.cs
- _ConnectionGroup.cs
- ViewStateChangedEventArgs.cs
- BulletDecorator.cs
- ThemeInfoAttribute.cs
- XmlImplementation.cs
- MapPathBasedVirtualPathProvider.cs
- TdsParser.cs
- ObjectConverter.cs
- StickyNote.cs
- ApplicationId.cs
- AttributeXamlType.cs
- ObjectConverter.cs
- AutomationPropertyInfo.cs
- BoundsDrawingContextWalker.cs
- BinaryObjectInfo.cs
- ValidationPropertyAttribute.cs
- DnsPermission.cs
- AutomationElementCollection.cs
- DataAdapter.cs
- TextTreeTextNode.cs
- NegationPusher.cs
- UnsafeNativeMethods.cs
- ScalarType.cs
- PackageStore.cs
- ProcessHostConfigUtils.cs
- PauseStoryboard.cs