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
- QueryCacheEntry.cs
- PixelFormat.cs
- ZipIOExtraFieldElement.cs
- SharedUtils.cs
- NumberFunctions.cs
- QilLiteral.cs
- Compiler.cs
- SqlCacheDependencyDatabase.cs
- AxisAngleRotation3D.cs
- StructuredProperty.cs
- ChangePasswordAutoFormat.cs
- XmlChoiceIdentifierAttribute.cs
- XmlSerializerAssemblyAttribute.cs
- XmlCharacterData.cs
- QilReference.cs
- TagPrefixAttribute.cs
- Helpers.cs
- SoapReflectionImporter.cs
- ObjectViewEntityCollectionData.cs
- GatewayDefinition.cs
- InvokeMethodActivityDesigner.cs
- shaperfactoryquerycachekey.cs
- ResXResourceSet.cs
- TypeNameConverter.cs
- XmlDocument.cs
- ClockGroup.cs
- SelectionPattern.cs
- DataTableMapping.cs
- XmlEventCache.cs
- WebHeaderCollection.cs
- HttpHandlerAction.cs
- XmlSchemaAnyAttribute.cs
- WeakEventManager.cs
- HttpsTransportElement.cs
- CodeObjectCreateExpression.cs
- ADMembershipUser.cs
- RelatedImageListAttribute.cs
- ListBoxChrome.cs
- SafeFileMappingHandle.cs
- ValidationError.cs
- TableAdapterManagerNameHandler.cs
- DataViewSetting.cs
- ImageFormat.cs
- SoapMessage.cs
- COM2Properties.cs
- BitmapEffectDrawing.cs
- TypedTableBase.cs
- SessionConnectionReader.cs
- DynamicDocumentPaginator.cs
- FixedSOMPage.cs
- OperationBehaviorAttribute.cs
- WindowsRichEditRange.cs
- ConfigXmlCDataSection.cs
- XslException.cs
- SqlBulkCopyColumnMapping.cs
- AttachInfo.cs
- EndOfStreamException.cs
- HMACRIPEMD160.cs
- TextParagraphView.cs
- DataGridViewSelectedColumnCollection.cs
- CachedPathData.cs
- SqlSupersetValidator.cs
- EndpointInfoCollection.cs
- HotSpotCollection.cs
- UseManagedPresentationBindingElementImporter.cs
- XmlTextWriter.cs
- LocalizedNameDescriptionPair.cs
- WebRequestModuleElementCollection.cs
- ListControl.cs
- Pair.cs
- SetIterators.cs
- FixedSOMLineRanges.cs
- Crc32.cs
- sqlmetadatafactory.cs
- CapiSafeHandles.cs
- EntitySqlQueryCacheKey.cs
- PenLineCapValidation.cs
- CommandHelpers.cs
- ObjectHelper.cs
- AccessKeyManager.cs
- TdsParserStaticMethods.cs
- CacheSection.cs
- Viewport2DVisual3D.cs
- XmlChildNodes.cs
- MemoryFailPoint.cs
- ShaderEffect.cs
- FunctionDescription.cs
- NegotiationTokenAuthenticator.cs
- RangeValuePatternIdentifiers.cs
- iisPickupDirectory.cs
- SystemInfo.cs
- _FixedSizeReader.cs
- WeakReferenceEnumerator.cs
- SHA384CryptoServiceProvider.cs
- SessionState.cs
- TextEditorMouse.cs
- ImageCodecInfoPrivate.cs
- ResXResourceSet.cs
- RtfToken.cs
- ExpressionBuilder.cs