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
- EFDataModelProvider.cs
- ListControlBoundActionList.cs
- RegionData.cs
- FormClosedEvent.cs
- DynamicPropertyReader.cs
- Grid.cs
- SelectionWordBreaker.cs
- CommandExpr.cs
- QilReplaceVisitor.cs
- XmlSchemaExternal.cs
- UnaryQueryOperator.cs
- SqlCacheDependencyDatabase.cs
- TypeForwardedToAttribute.cs
- MsmqBindingBase.cs
- Context.cs
- XmlValueConverter.cs
- HtmlWindow.cs
- DataGridViewCellParsingEventArgs.cs
- Setter.cs
- LocationSectionRecord.cs
- HtmlTableRow.cs
- ReflectEventDescriptor.cs
- ObjectCloneHelper.cs
- SingleResultAttribute.cs
- DesignerVerb.cs
- PageOutputQuality.cs
- LoadRetryAsyncResult.cs
- DataGridViewRowPostPaintEventArgs.cs
- ConfigurationElementProperty.cs
- GeneralTransform.cs
- ArithmeticException.cs
- HideDisabledControlAdapter.cs
- WrapPanel.cs
- TextViewDesigner.cs
- AttributeInfo.cs
- DataGridState.cs
- HandleTable.cs
- WSSecurityJan2004.cs
- ManipulationDeltaEventArgs.cs
- LinearQuaternionKeyFrame.cs
- StaticFileHandler.cs
- BevelBitmapEffect.cs
- ContentTextAutomationPeer.cs
- ListViewTableRow.cs
- IssuedTokenParametersElement.cs
- GridViewCommandEventArgs.cs
- HwndTarget.cs
- EventMappingSettingsCollection.cs
- GeometryModel3D.cs
- MultiSelectRootGridEntry.cs
- PropertyGridView.cs
- ScriptingRoleServiceSection.cs
- _OSSOCK.cs
- ChannelPoolSettingsElement.cs
- SettingsAttributeDictionary.cs
- ToolTip.cs
- TrustManager.cs
- AlphabeticalEnumConverter.cs
- Misc.cs
- ItemTypeToolStripMenuItem.cs
- XmlSchemaInfo.cs
- CommandValueSerializer.cs
- CornerRadius.cs
- MemberMemberBinding.cs
- QueueException.cs
- COAUTHINFO.cs
- AdornerHitTestResult.cs
- ReflectEventDescriptor.cs
- IncrementalReadDecoders.cs
- PkcsUtils.cs
- BufferAllocator.cs
- HandledEventArgs.cs
- precedingsibling.cs
- BitmapEffect.cs
- GridViewUpdateEventArgs.cs
- HttpPostedFileBase.cs
- WebPartCloseVerb.cs
- TimelineGroup.cs
- DataRelation.cs
- RemotingServices.cs
- NameValueFileSectionHandler.cs
- ListBindingHelper.cs
- SQLBoolean.cs
- SqlDataSourceSelectingEventArgs.cs
- GridViewColumnCollectionChangedEventArgs.cs
- GridViewRowPresenterBase.cs
- XmlText.cs
- BoundsDrawingContextWalker.cs
- CompiledQuery.cs
- PassportAuthentication.cs
- ButtonFieldBase.cs
- FormViewPageEventArgs.cs
- SQLInt16Storage.cs
- View.cs
- XmlnsCache.cs
- DecoderReplacementFallback.cs
- HttpContextServiceHost.cs
- DataShape.cs
- FullTextBreakpoint.cs
- CodeObject.cs