Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. // //----------------------------------------------------------------------------- /* */ 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SmiGettersStream.cs
- XmlILStorageConverter.cs
- NetworkAddressChange.cs
- SoapInteropTypes.cs
- AllMembershipCondition.cs
- ResetableIterator.cs
- CompensatableTransactionScopeActivity.cs
- Content.cs
- DependencyPropertyAttribute.cs
- AddInPipelineAttributes.cs
- ComponentChangedEvent.cs
- KeyEventArgs.cs
- PeerEndPoint.cs
- PathNode.cs
- DataStreams.cs
- DataMemberConverter.cs
- SimpleFieldTemplateUserControl.cs
- _TransmitFileOverlappedAsyncResult.cs
- EmbeddedMailObjectsCollection.cs
- FontUnit.cs
- WsdlWriter.cs
- DataRecordInternal.cs
- ReadOnlyCollectionBase.cs
- SettingsPropertyIsReadOnlyException.cs
- SHA256.cs
- WebPartTransformer.cs
- CommonObjectSecurity.cs
- CommonRemoteMemoryBlock.cs
- XmlnsDictionary.cs
- ProgressBarBrushConverter.cs
- LocalizabilityAttribute.cs
- ProjectionRewriter.cs
- SapiRecoContext.cs
- NavigatorOutput.cs
- XmlCharType.cs
- wgx_sdk_version.cs
- Panel.cs
- SendMessageRecord.cs
- PropertyMappingExceptionEventArgs.cs
- SqlInternalConnection.cs
- PolyLineSegment.cs
- HttpChannelBindingToken.cs
- DataGridCaption.cs
- MultipleViewPattern.cs
- LogicalTreeHelper.cs
- ReadOnlyHierarchicalDataSource.cs
- ServiceDesigner.xaml.cs
- OleDbInfoMessageEvent.cs
- Delegate.cs
- StylusButtonCollection.cs
- NavigationService.cs
- WebPartTransformerCollection.cs
- DateBoldEvent.cs
- TargetParameterCountException.cs
- PathParser.cs
- Part.cs
- TraceProvider.cs
- TableCell.cs
- XpsS0ValidatingLoader.cs
- X509WindowsSecurityToken.cs
- ExceptionValidationRule.cs
- SoapProtocolReflector.cs
- ObjectDataSourceMethodEventArgs.cs
- SmtpFailedRecipientsException.cs
- InstanceData.cs
- DataKey.cs
- SupportingTokenSpecification.cs
- WasHttpModulesInstallComponent.cs
- InvokeBase.cs
- SafeRightsManagementEnvironmentHandle.cs
- TraceSource.cs
- Window.cs
- DataGridRelationshipRow.cs
- DesignRelation.cs
- RadioButtonFlatAdapter.cs
- CodeDirectoryCompiler.cs
- DataSourceControlBuilder.cs
- ReadOnlyTernaryTree.cs
- DeviceFilterDictionary.cs
- Encoder.cs
- WebPartVerbCollection.cs
- ToolStripPanel.cs
- GACMembershipCondition.cs
- SqlClientFactory.cs
- TextRangeEditLists.cs
- PointAnimationUsingKeyFrames.cs
- WpfSharedBamlSchemaContext.cs
- SignatureDescription.cs
- DecoderBestFitFallback.cs
- UnsafeNativeMethods.cs
- SolidBrush.cs
- Geometry3D.cs
- ProcessThreadCollection.cs
- CqlWriter.cs
- CreateUserWizardDesigner.cs
- XmlQueryContext.cs
- SqlProcedureAttribute.cs
- ShapingEngine.cs
- TextLine.cs
- X509AsymmetricSecurityKey.cs