Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewCommandEventArgs.cs / 1 / DetailsViewCommandEventArgs.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 DetailsViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- Tag.cs
- FrugalMap.cs
- GenericEnumConverter.cs
- SafeFileHandle.cs
- Point.cs
- MouseGesture.cs
- CmsInterop.cs
- CodeLinePragma.cs
- ValidationPropertyAttribute.cs
- PropertyMetadata.cs
- UserControlFileEditor.cs
- HtmlForm.cs
- TransferRequestHandler.cs
- WebServiceTypeData.cs
- Main.cs
- XmlNamespaceMapping.cs
- StreamWithDictionary.cs
- FixedSOMLineCollection.cs
- RequestSecurityToken.cs
- DictionaryCustomTypeDescriptor.cs
- EntityObject.cs
- SafePipeHandle.cs
- HideDisabledControlAdapter.cs
- BinarySerializer.cs
- ServicePointManagerElement.cs
- TreeBuilderBamlTranslator.cs
- BeginEvent.cs
- FileLogRecordEnumerator.cs
- WmlCommandAdapter.cs
- AssemblyUtil.cs
- TableLayoutPanel.cs
- BooleanFacetDescriptionElement.cs
- BindingContext.cs
- WebBrowserProgressChangedEventHandler.cs
- EventKeyword.cs
- HttpModuleActionCollection.cs
- RunClient.cs
- Group.cs
- FragmentQueryKB.cs
- ContentPresenter.cs
- Throw.cs
- SqlMethodTransformer.cs
- AppDomainManager.cs
- HighlightComponent.cs
- VerificationException.cs
- _SingleItemRequestCache.cs
- OrderingQueryOperator.cs
- CurrentTimeZone.cs
- FixedDocument.cs
- DataBindingExpressionBuilder.cs
- Variant.cs
- InfocardExtendedInformationCollection.cs
- ScriptingAuthenticationServiceSection.cs
- XmlUtil.cs
- EntityContainerRelationshipSet.cs
- FrameworkTemplate.cs
- SynchronizingStream.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- ModelFunctionTypeElement.cs
- Types.cs
- UpdateRecord.cs
- AttachedPropertyMethodSelector.cs
- CustomError.cs
- DiagnosticsConfiguration.cs
- ScrollData.cs
- DataListGeneralPage.cs
- FileUpload.cs
- MexBindingElement.cs
- Rijndael.cs
- TransportChannelListener.cs
- ExtentKey.cs
- StandardBindingReliableSessionElement.cs
- HostingEnvironmentSection.cs
- LocatorManager.cs
- WriteStateInfoBase.cs
- StringAttributeCollection.cs
- LockedBorderGlyph.cs
- OrderedEnumerableRowCollection.cs
- PropertyItemInternal.cs
- Parser.cs
- ObjectListItemCollection.cs
- QueuePropertyVariants.cs
- RowSpanVector.cs
- SystemThemeKey.cs
- AtomEntry.cs
- ButtonPopupAdapter.cs
- IISUnsafeMethods.cs
- Mapping.cs
- InstanceNormalEvent.cs
- bidPrivateBase.cs
- EncoderNLS.cs
- WsdlParser.cs
- KeyGesture.cs
- SpecularMaterial.cs
- PnrpPermission.cs
- XPathMultyIterator.cs
- GridViewColumnCollectionChangedEventArgs.cs
- XmlDocument.cs
- ResourceProperty.cs
- AddInDeploymentState.cs