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
- SqlDataSourceStatusEventArgs.cs
- X509SecurityTokenAuthenticator.cs
- SafeCryptContextHandle.cs
- ScriptReferenceBase.cs
- BamlTreeNode.cs
- XmlNode.cs
- NotConverter.cs
- DropTarget.cs
- SessionEndedEventArgs.cs
- DirectoryObjectSecurity.cs
- recordstatefactory.cs
- XsdBuildProvider.cs
- CheckBoxRenderer.cs
- ADConnectionHelper.cs
- CompoundFileReference.cs
- MenuItemAutomationPeer.cs
- MediaPlayerState.cs
- WorkflowCommandExtensionItem.cs
- InternalCache.cs
- DesignerSerializationOptionsAttribute.cs
- ObjectHandle.cs
- InvokePattern.cs
- DispatcherTimer.cs
- CodeDOMUtility.cs
- InternalConfigEventArgs.cs
- SqlGenericUtil.cs
- SimpleLine.cs
- PathGradientBrush.cs
- XmlReaderSettings.cs
- VisualBasicValue.cs
- TextShapeableCharacters.cs
- SafeHandle.cs
- DescendentsWalkerBase.cs
- URLString.cs
- DependentList.cs
- QueueSurrogate.cs
- SystemSounds.cs
- TableRow.cs
- MiniAssembly.cs
- TaiwanCalendar.cs
- CodeDirectiveCollection.cs
- UnknownBitmapDecoder.cs
- PasswordDeriveBytes.cs
- XmlArrayAttribute.cs
- Membership.cs
- FaultReason.cs
- unsafenativemethodsother.cs
- SortAction.cs
- Propagator.ExtentPlaceholderCreator.cs
- CodeBinaryOperatorExpression.cs
- AddInControllerImpl.cs
- SpotLight.cs
- AccessText.cs
- EntityDataSourceWrapperCollection.cs
- XsltContext.cs
- WebPartConnectionsDisconnectVerb.cs
- VectorKeyFrameCollection.cs
- SiteMapNodeItemEventArgs.cs
- activationcontext.cs
- MouseActionConverter.cs
- GridViewDeletedEventArgs.cs
- SemaphoreFullException.cs
- SettingsPropertyWrongTypeException.cs
- MissingMethodException.cs
- ChtmlMobileTextWriter.cs
- ClientScriptItemCollection.cs
- DeferredTextReference.cs
- Ppl.cs
- TypeHelpers.cs
- LineSegment.cs
- SignatureHelper.cs
- WindowsListViewItem.cs
- BindingMAnagerBase.cs
- SrgsSubset.cs
- Expression.cs
- FileVersion.cs
- CharacterMetricsDictionary.cs
- Pts.cs
- CornerRadiusConverter.cs
- DbRetry.cs
- SqlVersion.cs
- Html32TextWriter.cs
- ThemeableAttribute.cs
- DataGridViewRowsAddedEventArgs.cs
- EndEvent.cs
- _NegotiateClient.cs
- Light.cs
- SQLDecimal.cs
- TaskFormBase.cs
- RequestSecurityTokenSerializer.cs
- CodeDOMProvider.cs
- QueryCacheManager.cs
- ComplexBindingPropertiesAttribute.cs
- ContainerControlDesigner.cs
- XmlSchemaImport.cs
- BooleanFunctions.cs
- ProjectionCamera.cs
- CookielessData.cs
- ObjectIDGenerator.cs
- StateMachineTimers.cs