Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DataViewManagerListItemTypeDescriptor.cs
- BindingFormattingDialog.cs
- EventArgs.cs
- ChannelServices.cs
- InterleavedZipPartStream.cs
- EntityDataSourceWizardForm.cs
- BCLDebug.cs
- GPPOINT.cs
- DataBindingCollection.cs
- MaterialGroup.cs
- Journal.cs
- ScriptComponentDescriptor.cs
- XsdSchemaFileEditor.cs
- OpenFileDialog.cs
- CodeAccessPermission.cs
- InstanceKey.cs
- SafeProcessHandle.cs
- RecognitionResult.cs
- PathParser.cs
- FormViewInsertedEventArgs.cs
- Marshal.cs
- AlternationConverter.cs
- TreeIterator.cs
- XmlILOptimizerVisitor.cs
- JapaneseLunisolarCalendar.cs
- _IPv4Address.cs
- InstanceHandleReference.cs
- FormattedTextSymbols.cs
- XhtmlTextWriter.cs
- StringValidatorAttribute.cs
- NameSpaceEvent.cs
- Rule.cs
- DefaultShape.cs
- COSERVERINFO.cs
- HealthMonitoringSection.cs
- followingquery.cs
- InfoCardSymmetricAlgorithm.cs
- KerberosRequestorSecurityTokenAuthenticator.cs
- ActivityBuilderXamlWriter.cs
- HtmlShim.cs
- DbConnectionInternal.cs
- MediaEntryAttribute.cs
- ControlValuePropertyAttribute.cs
- CompilerScopeManager.cs
- ScriptReferenceBase.cs
- ToolStripDropDownMenu.cs
- HandlerBase.cs
- ReflectionUtil.cs
- PassportAuthenticationModule.cs
- Parser.cs
- SequentialUshortCollection.cs
- TextEffect.cs
- XmlEncodedRawTextWriter.cs
- InternalsVisibleToAttribute.cs
- NativeCompoundFileAPIs.cs
- Model3D.cs
- WindowVisualStateTracker.cs
- CodeObject.cs
- BStrWrapper.cs
- HyperLinkColumn.cs
- TabPageDesigner.cs
- EntityDataSourceDataSelection.cs
- WindowProviderWrapper.cs
- PropertyChangedEventArgs.cs
- AdapterDictionary.cs
- Overlapped.cs
- _AcceptOverlappedAsyncResult.cs
- TemplateApplicationHelper.cs
- Int32Collection.cs
- LoginCancelEventArgs.cs
- PerfCounters.cs
- RootProfilePropertySettingsCollection.cs
- TraceData.cs
- HttpAsyncResult.cs
- XmlBaseReader.cs
- SmtpFailedRecipientsException.cs
- wgx_exports.cs
- FileDataSourceCache.cs
- HtmlContainerControl.cs
- PathSegment.cs
- AssociationSet.cs
- DBAsyncResult.cs
- Events.cs
- WsdlImporter.cs
- ProcessProtocolHandler.cs
- safesecurityhelperavalon.cs
- TreeNodeBindingDepthConverter.cs
- Crc32Helper.cs
- MessageRpc.cs
- DispatcherEventArgs.cs
- HandlerBase.cs
- DataGridViewRowStateChangedEventArgs.cs
- AnimatedTypeHelpers.cs
- WebPartTracker.cs
- CachingHintValidation.cs
- RestHandler.cs
- VisualBrush.cs
- ComplexLine.cs
- SecurityPermission.cs
- BindingManagerDataErrorEventArgs.cs