Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / RepeaterCommandEventArgs.cs / 1 / RepeaterCommandEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Web.UI.WebControls {
using System;
using System.Security.Permissions;
///
/// Provides data for the
/// event of the .
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Web.UI.WebControls {
using System;
using System.Security.Permissions;
///
/// Provides data for the
/// event of the .
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
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
- ColorConvertedBitmap.cs
- regiisutil.cs
- NativeMethods.cs
- UnsignedPublishLicense.cs
- SweepDirectionValidation.cs
- ReflectionServiceProvider.cs
- XmlSchemaImport.cs
- BinaryFormatter.cs
- _LocalDataStoreMgr.cs
- TextTreeUndoUnit.cs
- Rights.cs
- BamlResourceSerializer.cs
- PropertyEntry.cs
- BigInt.cs
- FixedPage.cs
- OdbcCommand.cs
- InputBinding.cs
- StrongNameMembershipCondition.cs
- TreeView.cs
- Span.cs
- RowsCopiedEventArgs.cs
- RadioButton.cs
- CodeTypeMember.cs
- WeakReference.cs
- PeerNameResolver.cs
- TextElementEditingBehaviorAttribute.cs
- SqlConnectionManager.cs
- PipelineModuleStepContainer.cs
- PackageRelationshipSelector.cs
- ContextMenu.cs
- FunctionDescription.cs
- ValidatorCollection.cs
- SessionStateContainer.cs
- CounterSample.cs
- WindowsToolbarItemAsMenuItem.cs
- DbInsertCommandTree.cs
- FillBehavior.cs
- Point3DCollection.cs
- StackBuilderSink.cs
- XmlCharCheckingWriter.cs
- MultipartContentParser.cs
- ManualResetEvent.cs
- TextDocumentView.cs
- DynamicPropertyHolder.cs
- MaskDesignerDialog.cs
- CompatibleIComparer.cs
- CodeAccessSecurityEngine.cs
- PreviousTrackingServiceAttribute.cs
- ColorConverter.cs
- DefaultCompensation.cs
- NativeMethods.cs
- OutputScopeManager.cs
- ScriptingAuthenticationServiceSection.cs
- XhtmlTextWriter.cs
- HttpProfileBase.cs
- Internal.cs
- EdgeModeValidation.cs
- InvalidCommandTreeException.cs
- FacetDescription.cs
- SafeTokenHandle.cs
- ConnectionProviderAttribute.cs
- QilReplaceVisitor.cs
- Point4D.cs
- base64Transforms.cs
- DocumentSequenceHighlightLayer.cs
- GradientPanel.cs
- XmlDownloadManager.cs
- GcSettings.cs
- Peer.cs
- AssemblyBuilder.cs
- TriggerCollection.cs
- CultureSpecificStringDictionary.cs
- NegationPusher.cs
- WebPartVerbsEventArgs.cs
- MinMaxParagraphWidth.cs
- XmlSchemaAttributeGroupRef.cs
- FixedSOMPageConstructor.cs
- DebugViewWriter.cs
- CancellationToken.cs
- ExecutionContext.cs
- SplitterDesigner.cs
- DataListCommandEventArgs.cs
- RequestQueryProcessor.cs
- SchemaElementDecl.cs
- X509ImageLogo.cs
- TrackingServices.cs
- TemplatePropertyEntry.cs
- RawStylusSystemGestureInputReport.cs
- NonSerializedAttribute.cs
- DictionaryContent.cs
- DataGridViewAccessibleObject.cs
- ConfigurationValues.cs
- StatusStrip.cs
- CultureTable.cs
- XmlSerializerSection.cs
- SetUserLanguageRequest.cs
- XsltContext.cs
- EnumMember.cs
- WindowsEditBox.cs
- OleDbParameterCollection.cs