Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewCommandEventArgs.cs / 1305376 / DetailsViewCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Diagnostics.CodeAnalysis; ////// public class DetailsViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] public DetailsViewCommandEventArgs(object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this._commandSource = commandSource; } ///Initializes a new instance of the ////// class. /// public object CommandSource { get { return _commandSource; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the source of the command. This property is read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Diagnostics.CodeAnalysis; ////// public class DetailsViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] public DetailsViewCommandEventArgs(object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this._commandSource = commandSource; } ///Initializes a new instance of the ////// class. /// public object CommandSource { get { return _commandSource; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the source of the command. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HitTestDrawingContextWalker.cs
- XmlArrayAttribute.cs
- DependencyObject.cs
- MD5HashHelper.cs
- LinqDataSourceHelper.cs
- ArrayTypeMismatchException.cs
- _TLSstream.cs
- ExpressionBindingCollection.cs
- OleDbTransaction.cs
- TitleStyle.cs
- PartBasedPackageProperties.cs
- CommandExpr.cs
- DataShape.cs
- NameTable.cs
- NamedPermissionSet.cs
- EndpointIdentityConverter.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- ClientRoleProvider.cs
- HebrewNumber.cs
- BlurBitmapEffect.cs
- CompilationAssemblyInstallComponent.cs
- BuildResultCache.cs
- AdapterUtil.cs
- EntityDataSourceEntitySetNameItem.cs
- SplineKeyFrames.cs
- StylusCaptureWithinProperty.cs
- SqlFunctions.cs
- EncodingDataItem.cs
- HtmlTernaryTree.cs
- StreamUpdate.cs
- PrintDialog.cs
- PointAnimation.cs
- XamlInt32CollectionSerializer.cs
- MessageSmuggler.cs
- ListMarkerLine.cs
- ViewBox.cs
- PerfCounterSection.cs
- GridPatternIdentifiers.cs
- GraphicsPathIterator.cs
- StrokeDescriptor.cs
- BinaryFormatter.cs
- DataRecordObjectView.cs
- AnnotationHighlightLayer.cs
- ConnectionProviderAttribute.cs
- SafeFileMapViewHandle.cs
- URL.cs
- TypeReference.cs
- HttpResponseHeader.cs
- SrgsSemanticInterpretationTag.cs
- WebScriptMetadataMessage.cs
- X500Name.cs
- ClientApiGenerator.cs
- LogicalChannelCollection.cs
- CryptoStream.cs
- DbConnectionPoolOptions.cs
- NativeMethods.cs
- DrawingServices.cs
- DirectoryInfo.cs
- DesignerOptionService.cs
- StyleCollection.cs
- ExpressionParser.cs
- CompilationRelaxations.cs
- XmlStreamStore.cs
- XmlSchemaInfo.cs
- StreamInfo.cs
- FileVersion.cs
- RoutedEventConverter.cs
- LinearKeyFrames.cs
- UpdateManifestForBrowserApplication.cs
- HasCopySemanticsAttribute.cs
- EntityTypeBase.cs
- EndpointFilterProvider.cs
- OleDbConnectionFactory.cs
- RowsCopiedEventArgs.cs
- _KerberosClient.cs
- ChtmlTextWriter.cs
- KeyMatchBuilder.cs
- ConfigurationStrings.cs
- FixUpCollection.cs
- ZipIOExtraFieldPaddingElement.cs
- QueryTask.cs
- TextLineBreak.cs
- Stylesheet.cs
- XmlChildEnumerator.cs
- Transform3DGroup.cs
- WorkerRequest.cs
- PreviewPrintController.cs
- UpdateRecord.cs
- SoapCodeExporter.cs
- ProcessInfo.cs
- TreeWalkHelper.cs
- PseudoWebRequest.cs
- WeakRefEnumerator.cs
- FragmentQuery.cs
- LogicalMethodInfo.cs
- MultiPageTextView.cs
- String.cs
- OdbcConnectionOpen.cs
- cryptoapiTransform.cs
- TargetControlTypeCache.cs