Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- RecognizedWordUnit.cs
- PeerServiceMessageContracts.cs
- DivideByZeroException.cs
- ReachPageContentSerializerAsync.cs
- RoutingService.cs
- DrawItemEvent.cs
- SystemInfo.cs
- Accessors.cs
- ClientConfigPaths.cs
- XmlSchemaSet.cs
- HtmlInputHidden.cs
- PKCS1MaskGenerationMethod.cs
- CompoundFileReference.cs
- CommandHelpers.cs
- TypeSchema.cs
- COM2ExtendedUITypeEditor.cs
- PathData.cs
- CanonicalFormWriter.cs
- XmlIlVisitor.cs
- XamlTemplateSerializer.cs
- SafeNativeMethods.cs
- WebBrowserSiteBase.cs
- ToolStripDropDownButton.cs
- IntSecurity.cs
- MethodImplAttribute.cs
- DataTable.cs
- Aggregates.cs
- RightNameExpirationInfoPair.cs
- IteratorFilter.cs
- TextSpanModifier.cs
- XmlILConstructAnalyzer.cs
- EdmToObjectNamespaceMap.cs
- XmlSerializationWriter.cs
- HebrewCalendar.cs
- FixedTextContainer.cs
- WebServiceHostFactory.cs
- FixedPosition.cs
- CommentEmitter.cs
- PrtCap_Reader.cs
- ToolStripDropTargetManager.cs
- ValueTypeIndexerReference.cs
- PasswordBoxAutomationPeer.cs
- BindingElementCollection.cs
- SafeFileMapViewHandle.cs
- XamlStream.cs
- ViewStateModeByIdAttribute.cs
- SimpleHandlerBuildProvider.cs
- RegexWriter.cs
- WinEventQueueItem.cs
- X500Name.cs
- Help.cs
- PageThemeBuildProvider.cs
- JsonDataContract.cs
- DragAssistanceManager.cs
- EditorPart.cs
- StylusShape.cs
- ChannelCacheSettings.cs
- ADRole.cs
- XmlSchemaCompilationSettings.cs
- XmlSchemaValidator.cs
- BufferedGraphicsContext.cs
- StorageComplexTypeMapping.cs
- HostExecutionContextManager.cs
- DataPagerFieldItem.cs
- ColumnWidthChangingEvent.cs
- HierarchicalDataTemplate.cs
- DeviceContext.cs
- DataSourceHelper.cs
- EnterpriseServicesHelper.cs
- SmiRecordBuffer.cs
- AuthenticatedStream.cs
- OutputCacheSettingsSection.cs
- ReferentialConstraint.cs
- RequestSecurityTokenForGetBrowserToken.cs
- ModulesEntry.cs
- SpAudioStreamWrapper.cs
- _CommandStream.cs
- FakeModelPropertyImpl.cs
- MissingFieldException.cs
- LabelEditEvent.cs
- LocationUpdates.cs
- InProcStateClientManager.cs
- SynchronousChannelMergeEnumerator.cs
- PageAction.cs
- TerminatorSinks.cs
- WebSysDefaultValueAttribute.cs
- ReadingWritingEntityEventArgs.cs
- SpellerError.cs
- __Filters.cs
- UriParserTemplates.cs
- HtmlInputControl.cs
- TemplateControlBuildProvider.cs
- FileChangesMonitor.cs
- DynamicMethod.cs
- WmpBitmapDecoder.cs
- ImpersonateTokenRef.cs
- XmlSchemaSearchPattern.cs
- XpsS0ValidatingLoader.cs
- VersionedStreamOwner.cs
- ListMarkerSourceInfo.cs