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 / DataListCommandEventArgs.cs / 1 / DataListCommandEventArgs.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 DataListCommandEventArgs : CommandEventArgs { private DataListItem item; private object commandSource; ///Provides data for the ///event of a . /// /// public DataListCommandEventArgs(DataListItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this.item = item; this.commandSource = commandSource; } ///Initializes a new instance of the ///class. /// public DataListItem Item { get { return item; } } ///Gets the selected item in the ///. /// public object CommandSource { get { return commandSource; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the source of the command. ///// 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 DataListCommandEventArgs : CommandEventArgs { private DataListItem item; private object commandSource; ///Provides data for the ///event of a . /// /// public DataListCommandEventArgs(DataListItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this.item = item; this.commandSource = commandSource; } ///Initializes a new instance of the ///class. /// public DataListItem Item { get { return item; } } ///Gets the selected item in the ///. /// public object CommandSource { get { return commandSource; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the source of the command. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlConvert.cs
- Mouse.cs
- CompoundFileStorageReference.cs
- Types.cs
- X509Chain.cs
- DeclarativeCatalogPart.cs
- WindowsRichEditRange.cs
- Rect3D.cs
- MeasureItemEvent.cs
- RuntimeHandles.cs
- VSDExceptions.cs
- Psha1DerivedKeyGenerator.cs
- ColumnResizeUndoUnit.cs
- CallSiteBinder.cs
- CompatibleComparer.cs
- ConnectionManagementSection.cs
- SqlDataAdapter.cs
- NetworkStream.cs
- DataGridView.cs
- HttpCacheVaryByContentEncodings.cs
- ItemContainerGenerator.cs
- WebPartTransformerAttribute.cs
- ButtonStandardAdapter.cs
- SHA1.cs
- UnsafeNativeMethods.cs
- UITypeEditor.cs
- PageContent.cs
- WarningException.cs
- ParserStreamGeometryContext.cs
- FieldDescriptor.cs
- ConnectionStringSettingsCollection.cs
- DeriveBytes.cs
- CrossContextChannel.cs
- CalendarTable.cs
- EventBuilder.cs
- ElasticEase.cs
- ScaleTransform.cs
- NamedPipeConnectionPoolSettingsElement.cs
- ExclusiveNamedPipeTransportManager.cs
- FrameworkRichTextComposition.cs
- EmissiveMaterial.cs
- Point3DAnimationUsingKeyFrames.cs
- C14NUtil.cs
- PolyQuadraticBezierSegment.cs
- CodeVariableDeclarationStatement.cs
- ShaderRenderModeValidation.cs
- Transform.cs
- MarkupCompilePass1.cs
- IntermediatePolicyValidator.cs
- MouseOverProperty.cs
- SpeechUI.cs
- PropertyTabAttribute.cs
- TabControlCancelEvent.cs
- Single.cs
- EncodingInfo.cs
- XPathSelectionIterator.cs
- ApplicationInfo.cs
- ConfigurationFileMap.cs
- Axis.cs
- UidPropertyAttribute.cs
- HtmlMeta.cs
- HelpInfo.cs
- MouseBinding.cs
- Solver.cs
- EntityAdapter.cs
- SemaphoreFullException.cs
- StylusButtonCollection.cs
- SortQuery.cs
- TableStyle.cs
- StringCollection.cs
- InvalidWMPVersionException.cs
- TypeToken.cs
- DiagnosticsConfiguration.cs
- MemberMaps.cs
- Span.cs
- ADMembershipProvider.cs
- Debugger.cs
- ImageCodecInfo.cs
- EasingQuaternionKeyFrame.cs
- codemethodreferenceexpression.cs
- WebHttpSecurityModeHelper.cs
- FrameSecurityDescriptor.cs
- FontCollection.cs
- SmtpException.cs
- DeflateEmulationStream.cs
- XmlNamedNodeMap.cs
- ConsoleCancelEventArgs.cs
- LoadGrammarCompletedEventArgs.cs
- HtmlLink.cs
- ArrangedElement.cs
- CompilerCollection.cs
- SqlBulkCopyColumnMapping.cs
- DataSourceGeneratorException.cs
- BindingListCollectionView.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- FontUnitConverter.cs
- TypeUnloadedException.cs
- ColorMatrix.cs
- ConnectionPoint.cs
- SynchronizationValidator.cs