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; ////// [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; } } } } // 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; ////// [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; } } } } // 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
- SiteMapProvider.cs
- ParameterBuilder.cs
- DoubleLink.cs
- NativeMethods.cs
- IERequestCache.cs
- PropertyDescriptorComparer.cs
- ChooseAction.cs
- PeerHopCountAttribute.cs
- TextSelectionProcessor.cs
- ReferencedType.cs
- BooleanKeyFrameCollection.cs
- HyperLinkStyle.cs
- HttpRequestBase.cs
- EntityType.cs
- XPathItem.cs
- IriParsingElement.cs
- PenThreadPool.cs
- ViewBase.cs
- Bits.cs
- ActivationServices.cs
- DesignerCategoryAttribute.cs
- RequestUriProcessor.cs
- IdleTimeoutMonitor.cs
- Calendar.cs
- TypeElementCollection.cs
- CodeIdentifier.cs
- cookieexception.cs
- PanelDesigner.cs
- SecurityHelper.cs
- EncoderFallback.cs
- XPathDocumentNavigator.cs
- OracleString.cs
- TogglePattern.cs
- MaterialGroup.cs
- Int32EqualityComparer.cs
- SchemaExporter.cs
- DocumentViewerBase.cs
- AnnotationComponentChooser.cs
- IfJoinedCondition.cs
- ResXBuildProvider.cs
- CompileLiteralTextParser.cs
- ValidationHelpers.cs
- RuntimeResourceSet.cs
- ToolStripMenuItemDesigner.cs
- KeyValueSerializer.cs
- TextFormatterHost.cs
- ArraySubsetEnumerator.cs
- Decoder.cs
- ApplicationBuildProvider.cs
- DescendantQuery.cs
- VirtualPath.cs
- OdbcCommand.cs
- ExpandableObjectConverter.cs
- MarginCollapsingState.cs
- HttpProfileBase.cs
- ManipulationLogic.cs
- Queue.cs
- DependsOnAttribute.cs
- UnsafePeerToPeerMethods.cs
- ImplicitInputBrush.cs
- PackagingUtilities.cs
- PathFigure.cs
- objectresult_tresulttype.cs
- HtmlWindow.cs
- Point3D.cs
- Normalization.cs
- ConstructorBuilder.cs
- AuthenticatedStream.cs
- SqlWriter.cs
- MeasureItemEvent.cs
- TabItem.cs
- ObjectSet.cs
- ExpressionBindingsDialog.cs
- XmlSchemaAnnotation.cs
- Accessors.cs
- WebPartDisplayMode.cs
- RecognizedWordUnit.cs
- DataControlReference.cs
- ModifierKeysConverter.cs
- LinkLabelLinkClickedEvent.cs
- PropertySegmentSerializationProvider.cs
- HuffCodec.cs
- GroupBoxRenderer.cs
- LocalFileSettingsProvider.cs
- XmlValueConverter.cs
- XNodeValidator.cs
- ToolStripPanel.cs
- OracleConnectionFactory.cs
- SecurityRequiresReviewAttribute.cs
- DesignerLinkAdapter.cs
- ObjectSecurityT.cs
- PropertyTabChangedEvent.cs
- SecurityVersion.cs
- ToolStripDropDownMenu.cs
- TTSEngineTypes.cs
- SpeechRecognizer.cs
- IteratorDescriptor.cs
- ObservableCollectionDefaultValueFactory.cs
- BridgeDataReader.cs
- ByteConverter.cs