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
- ClientTargetCollection.cs
- ControlPaint.cs
- XhtmlBasicPanelAdapter.cs
- SessionStateSection.cs
- Environment.cs
- StrongName.cs
- DataTableReader.cs
- TimeSpanValidatorAttribute.cs
- CompressedStack.cs
- ItemAutomationPeer.cs
- WebPartVerbsEventArgs.cs
- ToolboxBitmapAttribute.cs
- KeyGestureValueSerializer.cs
- Int64.cs
- GCHandleCookieTable.cs
- UserControlBuildProvider.cs
- HorizontalAlignConverter.cs
- UnmanagedMarshal.cs
- DataBindingCollection.cs
- SkinBuilder.cs
- BackStopAuthenticationModule.cs
- SqlInfoMessageEvent.cs
- ResXResourceSet.cs
- Exception.cs
- Module.cs
- DataTableMappingCollection.cs
- FieldNameLookup.cs
- InvalidProgramException.cs
- MultiByteCodec.cs
- ProtectedConfigurationSection.cs
- ToolStripLabel.cs
- TemplateNameScope.cs
- SQLSingle.cs
- StylusButtonCollection.cs
- HitTestDrawingContextWalker.cs
- HyperlinkAutomationPeer.cs
- DocumentViewerAutomationPeer.cs
- SHA1.cs
- DocumentsTrace.cs
- CheckBoxField.cs
- NodeFunctions.cs
- CqlQuery.cs
- AsyncResult.cs
- DayRenderEvent.cs
- SapiRecoContext.cs
- ParseHttpDate.cs
- ChameleonKey.cs
- DbConnectionInternal.cs
- QueryResponse.cs
- Compiler.cs
- MeshGeometry3D.cs
- NonVisualControlAttribute.cs
- _KerberosClient.cs
- LinearGradientBrush.cs
- IUnknownConstantAttribute.cs
- ParameterBuilder.cs
- ObjectKeyFrameCollection.cs
- SplineKeyFrames.cs
- MetadataPropertyCollection.cs
- ReadingWritingEntityEventArgs.cs
- ContentType.cs
- CharKeyFrameCollection.cs
- ResourceExpressionBuilder.cs
- MimeMultiPart.cs
- ThreadAbortException.cs
- ExpressionEditorAttribute.cs
- AxisAngleRotation3D.cs
- PngBitmapDecoder.cs
- InheritanceAttribute.cs
- DynamicPropertyHolder.cs
- Debug.cs
- AssemblyHash.cs
- DirectoryInfo.cs
- MimeTypeAttribute.cs
- EntityDataSourceEntityTypeFilterItem.cs
- SessionPageStatePersister.cs
- ModulesEntry.cs
- PointConverter.cs
- ManagementOptions.cs
- DataGridViewButtonCell.cs
- WebControlsSection.cs
- MDIWindowDialog.cs
- StringStorage.cs
- ValidateNames.cs
- storepermission.cs
- SqlDuplicator.cs
- AuthenticatedStream.cs
- CheckBox.cs
- BufferedReadStream.cs
- RegexWriter.cs
- ParserStack.cs
- DynamicFilter.cs
- HtmlElementEventArgs.cs
- TagPrefixCollection.cs
- BooleanStorage.cs
- AppDomainAttributes.cs
- DnsElement.cs
- IgnoreFileBuildProvider.cs
- ObjectResult.cs
- StickyNoteAnnotations.cs