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
- MergePropertyDescriptor.cs
- DateTimeSerializationSection.cs
- ApplicationSecurityManager.cs
- PageTheme.cs
- SqlProviderManifest.cs
- UriTemplateHelpers.cs
- ShellProvider.cs
- RTLAwareMessageBox.cs
- HtmlInputText.cs
- AutomationPatternInfo.cs
- ExternalFile.cs
- DbDataAdapter.cs
- FilteredXmlReader.cs
- PropertyDescriptor.cs
- TextWriterTraceListener.cs
- XmlPreloadedResolver.cs
- FrameworkElement.cs
- PresentationSource.cs
- Internal.cs
- SevenBitStream.cs
- PowerModeChangedEventArgs.cs
- XmlLanguage.cs
- PolicyManager.cs
- DesignerActionHeaderItem.cs
- BamlCollectionHolder.cs
- FixedPageStructure.cs
- HitTestDrawingContextWalker.cs
- VirtualizedContainerService.cs
- latinshape.cs
- RowUpdatedEventArgs.cs
- XPathCompileException.cs
- HttpWriter.cs
- OdbcTransaction.cs
- DocumentPageHost.cs
- CompoundFileReference.cs
- RuntimeHandles.cs
- RegisteredScript.cs
- EventMap.cs
- MD5.cs
- VisualBrush.cs
- SiteMapSection.cs
- UshortList2.cs
- TableCell.cs
- ScrollEventArgs.cs
- ObjectTypeMapping.cs
- ConfigurationProperty.cs
- OrderPreservingMergeHelper.cs
- ExpressionWriter.cs
- BasePattern.cs
- WebBrowser.cs
- ItemCollectionEditor.cs
- SessionStateItemCollection.cs
- XmlWrappingWriter.cs
- TargetInvocationException.cs
- WebConfigurationHost.cs
- UpdateExpressionVisitor.cs
- TdsParameterSetter.cs
- PropertyAccessVisitor.cs
- Query.cs
- XmlSchemaSequence.cs
- MappingException.cs
- ThemeDirectoryCompiler.cs
- ProfileEventArgs.cs
- _Rfc2616CacheValidators.cs
- SiteOfOriginPart.cs
- RootBrowserWindowAutomationPeer.cs
- DataBinding.cs
- SafeBitVector32.cs
- EncodingNLS.cs
- BufferedMessageData.cs
- CharKeyFrameCollection.cs
- Model3D.cs
- CurrencyWrapper.cs
- CSharpCodeProvider.cs
- SequentialOutput.cs
- ImageMap.cs
- SettingsPropertyValueCollection.cs
- MarkupObject.cs
- PointAnimationBase.cs
- SerialPinChanges.cs
- BaseTypeViewSchema.cs
- HashMembershipCondition.cs
- BitmapFrame.cs
- XmlSchemaAnyAttribute.cs
- SplitterPanel.cs
- ColorAnimationBase.cs
- RectAnimationUsingKeyFrames.cs
- Message.cs
- Unit.cs
- TransformerInfo.cs
- NavigationPropertyEmitter.cs
- XPathParser.cs
- OperationSelectorBehavior.cs
- DetailsViewInsertEventArgs.cs
- AuthorizationSection.cs
- PackageFilter.cs
- LogicalChannel.cs
- DataRecordInternal.cs
- CatalogPartCollection.cs
- FilterRepeater.cs