Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WorkflowInvoker.cs
- GenericTextProperties.cs
- DataGridViewDataConnection.cs
- StringAttributeCollection.cs
- ProjectionPathSegment.cs
- COMException.cs
- FullTextState.cs
- BuilderInfo.cs
- HtmlLink.cs
- UserMapPath.cs
- WpfSharedBamlSchemaContext.cs
- RuleSettingsCollection.cs
- MappingMetadataHelper.cs
- Image.cs
- TypeNameConverter.cs
- Cursor.cs
- ButtonChrome.cs
- ServiceBusyException.cs
- SafeNativeMethodsCLR.cs
- Vector3DKeyFrameCollection.cs
- LeftCellWrapper.cs
- DetailsViewInsertedEventArgs.cs
- DesignerSerializationOptionsAttribute.cs
- Event.cs
- DSASignatureFormatter.cs
- WeakHashtable.cs
- LogEntryUtils.cs
- AsyncInvokeContext.cs
- ValidationSummary.cs
- ColorMap.cs
- BypassElementCollection.cs
- ParseHttpDate.cs
- InputChannel.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- DrawingImage.cs
- BlurBitmapEffect.cs
- QuaternionRotation3D.cs
- PathData.cs
- AsymmetricKeyExchangeDeformatter.cs
- httpserverutility.cs
- CompositeCollection.cs
- TransformGroup.cs
- Page.cs
- PagedDataSource.cs
- PropertyItemInternal.cs
- BasicSecurityProfileVersion.cs
- CanonicalXml.cs
- XmlSerializerOperationGenerator.cs
- BinaryNode.cs
- XXXInfos.cs
- ValueType.cs
- TransformPatternIdentifiers.cs
- ObjectSet.cs
- SingleAnimationBase.cs
- AutomationProperties.cs
- ImmComposition.cs
- Cursors.cs
- EncodedStreamFactory.cs
- EntitySetDataBindingList.cs
- HotSpot.cs
- RectAnimationClockResource.cs
- HttpCookieCollection.cs
- SupportingTokenProviderSpecification.cs
- ControlBuilderAttribute.cs
- prefixendpointaddressmessagefilter.cs
- CacheSection.cs
- ToolStrip.cs
- GridItemPattern.cs
- ViewManagerAttribute.cs
- TimeManager.cs
- ProfileEventArgs.cs
- VoiceChangeEventArgs.cs
- XmlEncoding.cs
- UnlockInstanceAsyncResult.cs
- QilDataSource.cs
- HttpProfileGroupBase.cs
- RequestedSignatureDialog.cs
- PointConverter.cs
- GCHandleCookieTable.cs
- TreeView.cs
- DbConnectionFactory.cs
- Connection.cs
- DataGridViewCell.cs
- ObjectDataSource.cs
- Tokenizer.cs
- RtfToken.cs
- Crc32Helper.cs
- DropShadowEffect.cs
- CounterNameConverter.cs
- XmlILStorageConverter.cs
- ValidationHelpers.cs
- TraceContextEventArgs.cs
- SystemSounds.cs
- PipeStream.cs
- ConstNode.cs
- PageParserFilter.cs
- WebConfigurationHost.cs
- _BufferOffsetSize.cs
- DataGridViewAutoSizeModeEventArgs.cs
- WebBrowserDocumentCompletedEventHandler.cs