Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / RepeaterCommandEventArgs.cs / 1305376 / RepeaterCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; ////// 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; ////// 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
- ConfigurationSection.cs
- RegisteredDisposeScript.cs
- ExceptionTranslationTable.cs
- _FtpControlStream.cs
- MessageBox.cs
- FontFamilyConverter.cs
- SuppressMessageAttribute.cs
- NamedObjectList.cs
- MappingMetadataHelper.cs
- HostSecurityManager.cs
- DebugHandleTracker.cs
- X509ThumbprintKeyIdentifierClause.cs
- RSAOAEPKeyExchangeFormatter.cs
- SiteMapNodeItemEventArgs.cs
- querybuilder.cs
- RequestUriProcessor.cs
- AssemblyNameProxy.cs
- SystemInfo.cs
- SettingsProperty.cs
- XmlSchemaObject.cs
- Missing.cs
- ClusterSafeNativeMethods.cs
- TextFormatter.cs
- QualifiedCellIdBoolean.cs
- SoapMessage.cs
- TreeWalker.cs
- SchemaMerger.cs
- IncrementalHitTester.cs
- ClientSettings.cs
- BezierSegment.cs
- UserInitiatedNavigationPermission.cs
- BooleanProjectedSlot.cs
- CodeTypeDeclaration.cs
- NavigationExpr.cs
- SamlAttributeStatement.cs
- TakeQueryOptionExpression.cs
- DoubleConverter.cs
- _NTAuthentication.cs
- XmlSortKeyAccumulator.cs
- StrokeCollectionDefaultValueFactory.cs
- MemoryMappedFileSecurity.cs
- AssemblyAttributes.cs
- AncestorChangedEventArgs.cs
- TableLayoutStyle.cs
- EditorZoneBase.cs
- WindowsNonControl.cs
- SiteMapProvider.cs
- InputProcessorProfilesLoader.cs
- ElementNotAvailableException.cs
- PropertyInfoSet.cs
- Menu.cs
- RecordsAffectedEventArgs.cs
- IPHostEntry.cs
- RolePrincipal.cs
- ContentType.cs
- OwnerDrawPropertyBag.cs
- XMLSchema.cs
- XmlSchemaImport.cs
- HwndSourceParameters.cs
- InfoCardProofToken.cs
- TemplatedWizardStep.cs
- WebPartDeleteVerb.cs
- CurrentChangedEventManager.cs
- WindowsFormsSectionHandler.cs
- SqlParameterCollection.cs
- DbConnectionPoolIdentity.cs
- MetricEntry.cs
- SecurityPolicySection.cs
- HttpClientCertificate.cs
- Splitter.cs
- XXXOnTypeBuilderInstantiation.cs
- CngAlgorithm.cs
- NotImplementedException.cs
- BrowsableAttribute.cs
- WorkflowRuntime.cs
- EmptyEnumerator.cs
- Console.cs
- LockingPersistenceProvider.cs
- ElementFactory.cs
- RuntimeConfigurationRecord.cs
- ProfessionalColorTable.cs
- InProcStateClientManager.cs
- FolderBrowserDialog.cs
- PrintPreviewDialog.cs
- BitmapSizeOptions.cs
- WorkflowServiceAttributes.cs
- Constants.cs
- AssemblyName.cs
- XsdBuildProvider.cs
- SoapSchemaMember.cs
- MatrixAnimationBase.cs
- ActionItem.cs
- EventHandlerList.cs
- EdmFunctionAttribute.cs
- PerfCounterSection.cs
- CornerRadius.cs
- CommandLibraryHelper.cs
- ResourceKey.cs
- TypeContext.cs
- ObjectSet.cs