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
- SchemaElementLookUpTable.cs
- CatalogPartChrome.cs
- ThreadSafeList.cs
- SchemaNamespaceManager.cs
- PointCollectionConverter.cs
- HitTestDrawingContextWalker.cs
- UpdateTracker.cs
- XmlSortKeyAccumulator.cs
- XMLUtil.cs
- HiddenField.cs
- MergePropertyDescriptor.cs
- OperandQuery.cs
- Executor.cs
- Types.cs
- Wildcard.cs
- TransformConverter.cs
- TypeConverterHelper.cs
- HasCopySemanticsAttribute.cs
- WebControlParameterProxy.cs
- SecurityKeyIdentifier.cs
- UInt16.cs
- SqlCommand.cs
- PageThemeCodeDomTreeGenerator.cs
- ToolboxComponentsCreatedEventArgs.cs
- ArgIterator.cs
- PageTheme.cs
- PathFigure.cs
- WebPartPersonalization.cs
- DataControlPagerLinkButton.cs
- ProviderUtil.cs
- SolidBrush.cs
- IPHostEntry.cs
- PreviewPrintController.cs
- BufferModesCollection.cs
- ExpandedProjectionNode.cs
- SpecialFolderEnumConverter.cs
- FormViewInsertEventArgs.cs
- SortableBindingList.cs
- GridItemProviderWrapper.cs
- StrokeNode.cs
- SynchronizedRandom.cs
- CustomAttributeFormatException.cs
- Package.cs
- FontStyles.cs
- ByteAnimationUsingKeyFrames.cs
- ScrollChrome.cs
- ChtmlCommandAdapter.cs
- BindingMemberInfo.cs
- Nodes.cs
- DescendantOverDescendantQuery.cs
- EntryIndex.cs
- StylusCollection.cs
- PathFigureCollection.cs
- SqlTransaction.cs
- ScrollEventArgs.cs
- PrivilegedConfigurationManager.cs
- ConnectionOrientedTransportBindingElement.cs
- HtmlFormWrapper.cs
- _SSPISessionCache.cs
- Point3DCollection.cs
- WebPartExportVerb.cs
- LifetimeManager.cs
- QueryableDataSourceHelper.cs
- ToolStripRenderEventArgs.cs
- IsolatedStorageFilePermission.cs
- SeverityFilter.cs
- Page.cs
- ToolStripContentPanelRenderEventArgs.cs
- RecognizedPhrase.cs
- GridErrorDlg.cs
- PersonalizationProviderHelper.cs
- HtmlGenericControl.cs
- StrokeIntersection.cs
- HttpException.cs
- XmlObjectSerializer.cs
- xsdvalidator.cs
- AttributeEmitter.cs
- SessionStateContainer.cs
- LogPolicy.cs
- FunctionUpdateCommand.cs
- QuaternionKeyFrameCollection.cs
- AgileSafeNativeMemoryHandle.cs
- BindingMemberInfo.cs
- Stack.cs
- SimpleApplicationHost.cs
- EntityDataSourceChangingEventArgs.cs
- BinaryFormatterSinks.cs
- TransformedBitmap.cs
- ValidationRule.cs
- MiniAssembly.cs
- BypassElement.cs
- ResXDataNode.cs
- InstanceStoreQueryResult.cs
- ClientTargetCollection.cs
- ThousandthOfEmRealPoints.cs
- XamlFrame.cs
- ListControlStringCollectionEditor.cs
- SmtpNegotiateAuthenticationModule.cs
- SafeSecurityHandles.cs
- BuildProvider.cs