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
- XmlSerializer.cs
- WindowsSolidBrush.cs
- Image.cs
- WorkflowViewService.cs
- ThemeDictionaryExtension.cs
- Helpers.cs
- Block.cs
- WebExceptionStatus.cs
- DocumentApplication.cs
- ValidationErrorCollection.cs
- ConnectionStringSettingsCollection.cs
- BrowserCapabilitiesCodeGenerator.cs
- RoutingUtilities.cs
- SelectionRangeConverter.cs
- PreservationFileWriter.cs
- RoleManagerSection.cs
- ReadingWritingEntityEventArgs.cs
- Line.cs
- Attributes.cs
- _UriTypeConverter.cs
- FlowDocumentScrollViewer.cs
- IntegrationExceptionEventArgs.cs
- PrefixQName.cs
- Blend.cs
- NotConverter.cs
- PreservationFileWriter.cs
- OrderByQueryOptionExpression.cs
- UserMapPath.cs
- CollectionContainer.cs
- Pen.cs
- FilteredDataSetHelper.cs
- PrintingPermission.cs
- SqlCacheDependencySection.cs
- WindowVisualStateTracker.cs
- ConvertersCollection.cs
- XmlAttributeAttribute.cs
- FormViewUpdatedEventArgs.cs
- httpapplicationstate.cs
- UITypeEditors.cs
- SystemInfo.cs
- JapaneseLunisolarCalendar.cs
- ColorBlend.cs
- NetTcpSecurity.cs
- DefaultValueAttribute.cs
- JsonObjectDataContract.cs
- AppDomainGrammarProxy.cs
- CalendarDay.cs
- HttpServerVarsCollection.cs
- DisableDpiAwarenessAttribute.cs
- InvalidPrinterException.cs
- XmlNamespaceMappingCollection.cs
- CalloutQueueItem.cs
- StreamGeometry.cs
- CombinedHttpChannel.cs
- WebPartDescriptionCollection.cs
- WindowsSysHeader.cs
- DynamicRendererThreadManager.cs
- DispatcherTimer.cs
- ColumnCollection.cs
- TreeViewImageKeyConverter.cs
- IIS7WorkerRequest.cs
- XmlSequenceWriter.cs
- GenericIdentity.cs
- IsolationInterop.cs
- DateTimePicker.cs
- XsdBuildProvider.cs
- BooleanStorage.cs
- VectorAnimation.cs
- AnnotationComponentChooser.cs
- IdnElement.cs
- OutputCacheSettings.cs
- ReplyChannelBinder.cs
- HtmlHead.cs
- Sql8ConformanceChecker.cs
- DecimalConstantAttribute.cs
- xdrvalidator.cs
- GradientStopCollection.cs
- LocationFactory.cs
- Transform.cs
- _AuthenticationState.cs
- XpsS0ValidatingLoader.cs
- FaultFormatter.cs
- GridItemProviderWrapper.cs
- ProcessThread.cs
- BoundingRectTracker.cs
- Stack.cs
- ClientTargetSection.cs
- ToolBar.cs
- RtType.cs
- XmlSchemaImporter.cs
- _AutoWebProxyScriptWrapper.cs
- EmptyQuery.cs
- storepermissionattribute.cs
- WebServiceData.cs
- Base64Decoder.cs
- EFDataModelProvider.cs
- SafeRightsManagementPubHandle.cs
- StructureChangedEventArgs.cs
- XmlTextReaderImpl.cs
- ExceptionValidationRule.cs