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
- ComponentFactoryHelpers.cs
- XamlHttpHandlerFactory.cs
- DataGridViewRowCancelEventArgs.cs
- ContextInformation.cs
- CodeCatchClause.cs
- ClientConfigurationHost.cs
- CodeAttributeArgument.cs
- BitmapDownload.cs
- dsa.cs
- HostingEnvironment.cs
- DropSource.cs
- Part.cs
- GiveFeedbackEvent.cs
- CreateUserWizard.cs
- GeometryConverter.cs
- Transform3D.cs
- AttributeCollection.cs
- KeyValueConfigurationElement.cs
- MinimizableAttributeTypeConverter.cs
- exports.cs
- odbcmetadatacolumnnames.cs
- ComNativeDescriptor.cs
- SplitterEvent.cs
- AssociationTypeEmitter.cs
- Win32.cs
- ExceptionUtil.cs
- KeyValuePairs.cs
- TabletDeviceInfo.cs
- Variant.cs
- OdbcException.cs
- DynamicDocumentPaginator.cs
- ProfessionalColorTable.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- MediaTimeline.cs
- HashAlgorithm.cs
- StorageEndPropertyMapping.cs
- StorageMappingItemLoader.cs
- OleStrCAMarshaler.cs
- storepermissionattribute.cs
- MarkupProperty.cs
- ConditionalWeakTable.cs
- LocatorPartList.cs
- ImmutableObjectAttribute.cs
- ToolTip.cs
- PageHandlerFactory.cs
- XmlQueryTypeFactory.cs
- MarkupCompiler.cs
- BinarySerializer.cs
- PackUriHelper.cs
- Oci.cs
- SpecialTypeDataContract.cs
- BindingList.cs
- MsmqIntegrationBindingElement.cs
- FormatStringEditor.cs
- UseLicense.cs
- DataControlPagerLinkButton.cs
- ToolboxService.cs
- NativeRightsManagementAPIsStructures.cs
- IFlowDocumentViewer.cs
- Focus.cs
- ScriptBehaviorDescriptor.cs
- TCPClient.cs
- CodeTypeOfExpression.cs
- ShaderEffect.cs
- CreateParams.cs
- RawStylusSystemGestureInputReport.cs
- DateTimeParse.cs
- CornerRadius.cs
- keycontainerpermission.cs
- SecureConversationDriver.cs
- ItemsPresenter.cs
- Command.cs
- TraceHandlerErrorFormatter.cs
- PointAnimationUsingPath.cs
- InsufficientMemoryException.cs
- DataGridViewColumnEventArgs.cs
- AcceleratedTokenProviderState.cs
- CharStorage.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- HitTestFilterBehavior.cs
- ListenDesigner.cs
- SystemTcpConnection.cs
- RemotingException.cs
- Camera.cs
- PathNode.cs
- Debug.cs
- EpmSourceTree.cs
- Utils.cs
- WebEvents.cs
- NameValuePermission.cs
- SchemaTypeEmitter.cs
- FillBehavior.cs
- Parallel.cs
- NativeRightsManagementAPIsStructures.cs
- ScriptingSectionGroup.cs
- DropDownButton.cs
- DataTableTypeConverter.cs
- LoginCancelEventArgs.cs
- ElapsedEventArgs.cs
- regiisutil.cs