Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class RepeaterCommandEventArgs : CommandEventArgs { private RepeaterItem item; private object commandSource; ///Provides data for the /// ///event of the . /// public RepeaterCommandEventArgs(RepeaterItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this.item = item; this.commandSource = commandSource; } ///Initializes a new instance of the ////// class. /// public RepeaterItem Item { get { return item; } } ///Gets the ///associated with the event. /// Gets the command source. /// public object CommandSource { get { return commandSource; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MessageQueueInstaller.cs
- RelationshipConverter.cs
- NamedElement.cs
- ListDictionary.cs
- Size3DValueSerializer.cs
- ParameterCollection.cs
- Evidence.cs
- MatrixAnimationBase.cs
- IntPtr.cs
- EdmType.cs
- Int32Rect.cs
- ReachUIElementCollectionSerializerAsync.cs
- TextAutomationPeer.cs
- ObjectMemberMapping.cs
- RTLAwareMessageBox.cs
- PageAsyncTaskManager.cs
- EndCreateSecurityTokenRequest.cs
- CreateUserErrorEventArgs.cs
- Privilege.cs
- Clause.cs
- StylusPlugInCollection.cs
- Config.cs
- TimeSpanValidatorAttribute.cs
- TextShapeableCharacters.cs
- Vector3dCollection.cs
- RichTextBox.cs
- RpcResponse.cs
- PerformanceCounterCategory.cs
- SafeLibraryHandle.cs
- ModifiableIteratorCollection.cs
- AncestorChangedEventArgs.cs
- BrushValueSerializer.cs
- XmlEncoding.cs
- DynamicValidatorEventArgs.cs
- IISUnsafeMethods.cs
- MissingFieldException.cs
- MetadataCollection.cs
- MimeObjectFactory.cs
- XmlSchemaSet.cs
- Types.cs
- storagemappingitemcollection.viewdictionary.cs
- SimpleApplicationHost.cs
- SharedDp.cs
- Marshal.cs
- PublisherIdentityPermission.cs
- ChangesetResponse.cs
- QueryException.cs
- ContextDataSourceView.cs
- ModelFunctionTypeElement.cs
- TimelineClockCollection.cs
- XsdBuilder.cs
- ControlLocalizer.cs
- ActiveXSite.cs
- QilLiteral.cs
- GeneralTransform3DTo2D.cs
- EventQueueState.cs
- CodeDelegateInvokeExpression.cs
- Rect3D.cs
- DoubleLinkList.cs
- PageContentAsyncResult.cs
- QuadraticBezierSegment.cs
- SnapshotChangeTrackingStrategy.cs
- OLEDB_Util.cs
- RegexNode.cs
- ViewStateAttachedPropertyFeature.cs
- EntryWrittenEventArgs.cs
- Overlapped.cs
- Content.cs
- PropertyDescriptorComparer.cs
- ConfigDefinitionUpdates.cs
- DrawingContextDrawingContextWalker.cs
- WeakEventManager.cs
- XmlSchemaInfo.cs
- MeasurementDCInfo.cs
- ConditionBrowserDialog.cs
- XmlSchemaSimpleContentRestriction.cs
- ConnectionPoint.cs
- InputReferenceExpression.cs
- SQLMoneyStorage.cs
- SafeLocalMemHandle.cs
- CollectionEditor.cs
- AutomationIdentifierGuids.cs
- RijndaelManagedTransform.cs
- SmiEventSink_DeferedProcessing.cs
- StrokeNodeOperations2.cs
- Object.cs
- InputProcessorProfilesLoader.cs
- DataGridViewColumnHeaderCell.cs
- TargetConverter.cs
- Number.cs
- HttpContext.cs
- ShaderRenderModeValidation.cs
- SvcMapFile.cs
- Invariant.cs
- NameHandler.cs
- TextTabProperties.cs
- Vector3DAnimationBase.cs
- HwndSource.cs
- StrokeCollection.cs
- DetailsViewInsertEventArgs.cs