Code:
/ DotNET / DotNET / 8.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
- sqlcontext.cs
- SQLMembershipProvider.cs
- Span.cs
- MailAddress.cs
- ModelItemKeyValuePair.cs
- XmlTypeAttribute.cs
- DataSourceCache.cs
- Mappings.cs
- TcpAppDomainProtocolHandler.cs
- MetadataException.cs
- HyperlinkAutomationPeer.cs
- TableCell.cs
- DataTrigger.cs
- SqlCrossApplyToCrossJoin.cs
- TryCatch.cs
- FixedSOMImage.cs
- JsonDeserializer.cs
- ConfigXmlText.cs
- ISFTagAndGuidCache.cs
- ListChunk.cs
- SqlCacheDependencySection.cs
- LateBoundBitmapDecoder.cs
- MessageSecurityOverTcpElement.cs
- DataGridViewCellEventArgs.cs
- MSHTMLHost.cs
- SecurityBindingElementImporter.cs
- BamlLocalizableResourceKey.cs
- ObjectItemConventionAssemblyLoader.cs
- EventMappingSettings.cs
- NavigationProperty.cs
- ControlTemplate.cs
- BaseParser.cs
- SchemaTableColumn.cs
- ProfileParameter.cs
- Viewport3DVisual.cs
- InputLangChangeRequestEvent.cs
- IncrementalHitTester.cs
- TreeNodeCollection.cs
- KeyInfo.cs
- UTF8Encoding.cs
- InternalsVisibleToAttribute.cs
- CodeCatchClause.cs
- SimpleParser.cs
- XmlSchemaDatatype.cs
- EpmContentDeSerializerBase.cs
- BindingExpressionUncommonField.cs
- webproxy.cs
- DeploymentExceptionMapper.cs
- UnsafePeerToPeerMethods.cs
- GPRECT.cs
- CrossContextChannel.cs
- PersistenceTypeAttribute.cs
- DES.cs
- DecimalAnimationUsingKeyFrames.cs
- IndexOutOfRangeException.cs
- ServiceHttpHandlerFactory.cs
- InputLangChangeRequestEvent.cs
- SqlErrorCollection.cs
- _NestedMultipleAsyncResult.cs
- WebScriptMetadataMessage.cs
- ProcessModule.cs
- EastAsianLunisolarCalendar.cs
- ObjectDataSourceSelectingEventArgs.cs
- SerializationInfo.cs
- Literal.cs
- EntityWrapper.cs
- CompilerResults.cs
- EventWaitHandle.cs
- FixedSOMTable.cs
- OleDbPermission.cs
- FontDialog.cs
- VectorValueSerializer.cs
- HttpProfileBase.cs
- DbException.cs
- ReferencedType.cs
- ComplusTypeValidator.cs
- CompressedStack.cs
- KerberosRequestorSecurityToken.cs
- SqlGatherProducedAliases.cs
- MSHTMLHostUtil.cs
- WsiProfilesElementCollection.cs
- SyndicationSerializer.cs
- MenuItemBindingCollection.cs
- AuthenticationModuleElementCollection.cs
- RectangleHotSpot.cs
- XmlSchemaElement.cs
- CollectionBase.cs
- TemplateXamlParser.cs
- SqlFunctionAttribute.cs
- UserControlParser.cs
- ConstraintConverter.cs
- ThaiBuddhistCalendar.cs
- WSUtilitySpecificationVersion.cs
- TcpProcessProtocolHandler.cs
- SqlExpressionNullability.cs
- LowerCaseStringConverter.cs
- ResourceManagerWrapper.cs
- InputReport.cs
- EditorAttribute.cs
- DateTimeAutomationPeer.cs