Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WindowsPen.cs
- StringConverter.cs
- DataGridViewCellParsingEventArgs.cs
- WorkflowExecutor.cs
- MethodBuilderInstantiation.cs
- CatalogPartChrome.cs
- CodeMemberMethod.cs
- HandleCollector.cs
- TypedDataSetSchemaImporterExtension.cs
- PartialTrustValidationBehavior.cs
- ValidationRule.cs
- CommandLibraryHelper.cs
- DataGridViewSelectedCellCollection.cs
- DependencyPropertyDescriptor.cs
- ComboBoxAutomationPeer.cs
- DefaultAssemblyResolver.cs
- XmlCharacterData.cs
- CommandManager.cs
- BitmapData.cs
- MetadataPropertyAttribute.cs
- Effect.cs
- HtmlWindow.cs
- ConsoleKeyInfo.cs
- PropertyEmitterBase.cs
- DeferredSelectedIndexReference.cs
- ValidationEventArgs.cs
- CustomExpressionEventArgs.cs
- Range.cs
- SqlCacheDependencyDatabaseCollection.cs
- DataGridViewCellPaintingEventArgs.cs
- URLIdentityPermission.cs
- AssemblyCache.cs
- WebPageTraceListener.cs
- ProtocolsSection.cs
- SpeakProgressEventArgs.cs
- ReturnValue.cs
- SafeCertificateStore.cs
- EndOfStreamException.cs
- SelectorItemAutomationPeer.cs
- IndexedString.cs
- PrinterUnitConvert.cs
- WmpBitmapDecoder.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- DebugHandleTracker.cs
- WindowsStatusBar.cs
- DefaultBindingPropertyAttribute.cs
- TimeSpanValidator.cs
- UserUseLicenseDictionaryLoader.cs
- WebResourceAttribute.cs
- RoleManagerModule.cs
- ImmutableAssemblyCacheEntry.cs
- KerberosRequestorSecurityToken.cs
- TraceProvider.cs
- BrowserDefinitionCollection.cs
- RoleService.cs
- ImageSourceConverter.cs
- SmiEventSink_DeferedProcessing.cs
- NotFiniteNumberException.cs
- Int16.cs
- TreeNodeBinding.cs
- VoiceObjectToken.cs
- ExpressionBuilderContext.cs
- SelectionService.cs
- ErrorFormatterPage.cs
- BehaviorEditorPart.cs
- ProvidersHelper.cs
- EtwProvider.cs
- CommentAction.cs
- CompressStream.cs
- DeferredElementTreeState.cs
- SafeRightsManagementQueryHandle.cs
- InputLanguageCollection.cs
- BamlLocalizationDictionary.cs
- CellParagraph.cs
- GacUtil.cs
- DefinitionBase.cs
- Vector3DCollectionConverter.cs
- InteropAutomationProvider.cs
- RouteValueExpressionBuilder.cs
- OutputCacheProviderCollection.cs
- ObjectStorage.cs
- XsltContext.cs
- HtmlControlPersistable.cs
- ContainerParaClient.cs
- WorkflowCompensationBehavior.cs
- ComponentCommands.cs
- ExpandableObjectConverter.cs
- PackWebResponse.cs
- XmlSubtreeReader.cs
- StringBuilder.cs
- PrePrepareMethodAttribute.cs
- XmlSchemaElement.cs
- PropertyItemInternal.cs
- ControlAdapter.cs
- HtmlForm.cs
- OdbcDataAdapter.cs
- KeyValuePair.cs
- ExceptionCollection.cs
- AuthenticateEventArgs.cs
- FrameDimension.cs