Code:
/ 4.0 / 4.0 / untmp / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Boolean.cs
- sitestring.cs
- RenderOptions.cs
- MarshalByValueComponent.cs
- ReferentialConstraint.cs
- QuaternionRotation3D.cs
- LeftCellWrapper.cs
- ConsoleEntryPoint.cs
- DrawingContext.cs
- OverflowException.cs
- ChameleonKey.cs
- DataSvcMapFileSerializer.cs
- Encoder.cs
- _DisconnectOverlappedAsyncResult.cs
- GeometryHitTestResult.cs
- NullableBoolConverter.cs
- DescriptionAttribute.cs
- DbBuffer.cs
- InsufficientMemoryException.cs
- Token.cs
- LinkTarget.cs
- HttpCacheVary.cs
- Menu.cs
- ConnectionPointCookie.cs
- ReturnEventArgs.cs
- WindowVisualStateTracker.cs
- BeginEvent.cs
- ColumnHeaderConverter.cs
- PageContent.cs
- PeerChannelFactory.cs
- ContainerParaClient.cs
- PageRanges.cs
- DataSourceXmlSerializer.cs
- XPathNodeHelper.cs
- RelatedView.cs
- Signature.cs
- ASCIIEncoding.cs
- ValidationErrorEventArgs.cs
- Byte.cs
- ObjectTag.cs
- ClockGroup.cs
- ProtectedConfiguration.cs
- MemberRelationshipService.cs
- InfoCardProofToken.cs
- QueryContinueDragEventArgs.cs
- RegexGroup.cs
- DataServiceConfiguration.cs
- CodeGotoStatement.cs
- AnimationClockResource.cs
- NullRuntimeConfig.cs
- DataBoundControlAdapter.cs
- PortCache.cs
- Size.cs
- WebReferencesBuildProvider.cs
- SqlUtil.cs
- ImageAttributes.cs
- Adorner.cs
- Parameter.cs
- HttpPostedFileWrapper.cs
- ContainerFilterService.cs
- HitTestWithGeometryDrawingContextWalker.cs
- EdgeModeValidation.cs
- JournalNavigationScope.cs
- HttpEncoder.cs
- DataKeyCollection.cs
- XPathMultyIterator.cs
- TextEndOfParagraph.cs
- x509store.cs
- ImportStoreException.cs
- PropertyReferenceSerializer.cs
- TypedElement.cs
- DiscoveryClientChannelFactory.cs
- CompareInfo.cs
- ImageUrlEditor.cs
- SystemGatewayIPAddressInformation.cs
- __Filters.cs
- TabItemWrapperAutomationPeer.cs
- EqualityComparer.cs
- SecurityContext.cs
- ManifestSignatureInformation.cs
- XmlArrayItemAttribute.cs
- Quaternion.cs
- ObjectManager.cs
- ContextMenuStrip.cs
- PermissionAttributes.cs
- WebPartManagerDesigner.cs
- DebugView.cs
- XmlJsonWriter.cs
- DataContractAttribute.cs
- JsonServiceDocumentSerializer.cs
- ConsumerConnectionPoint.cs
- XmlValueConverter.cs
- DispatcherFrame.cs
- NameValueCollection.cs
- BufferBuilder.cs
- PasswordTextNavigator.cs
- Int32AnimationUsingKeyFrames.cs
- Journaling.cs
- DataObjectAttribute.cs
- XmlNodeChangedEventArgs.cs