Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //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.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.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
- MemberJoinTreeNode.cs
- QilList.cs
- BamlResourceContent.cs
- HostingPreferredMapPath.cs
- AutoCompleteStringCollection.cs
- DockPanel.cs
- HttpDictionary.cs
- ValidationErrorEventArgs.cs
- ColorDialog.cs
- SqlAliaser.cs
- HttpValueCollection.cs
- NavigatorOutput.cs
- TypedElement.cs
- AppDomainAttributes.cs
- TemplateBindingExpression.cs
- SerializationUtilities.cs
- MailMessageEventArgs.cs
- HttpListenerElement.cs
- HostedElements.cs
- WorkerRequest.cs
- ConnectionsZone.cs
- ProgramPublisher.cs
- PropertyContainer.cs
- SequentialOutput.cs
- VarInfo.cs
- OracleInfoMessageEventArgs.cs
- MatrixAnimationUsingKeyFrames.cs
- ToolStripAdornerWindowService.cs
- ToolStripLabel.cs
- RegexTree.cs
- EndpointDispatcherTable.cs
- StructuredTypeEmitter.cs
- XmlNodeList.cs
- ResXResourceReader.cs
- HandlerBase.cs
- TagNameToTypeMapper.cs
- CatalogPartChrome.cs
- _UriSyntax.cs
- XmlSiteMapProvider.cs
- SecurityKeyUsage.cs
- StoreItemCollection.cs
- GeometryModel3D.cs
- LicenseProviderAttribute.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- GrammarBuilderPhrase.cs
- TcpProcessProtocolHandler.cs
- PathSegmentCollection.cs
- CopyNamespacesAction.cs
- BaseCodeDomTreeGenerator.cs
- BaseTypeViewSchema.cs
- PagedDataSource.cs
- ToolConsole.cs
- VisualStyleRenderer.cs
- FormViewUpdatedEventArgs.cs
- TextModifierScope.cs
- Propagator.JoinPropagator.cs
- SessionEndedEventArgs.cs
- TraceProvider.cs
- ObjectFullSpanRewriter.cs
- IgnoreFlushAndCloseStream.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- messageonlyhwndwrapper.cs
- NetworkInformationPermission.cs
- PathData.cs
- TakeOrSkipWhileQueryOperator.cs
- XmlReflectionMember.cs
- XmlSchemaSimpleContentRestriction.cs
- NumericExpr.cs
- QueuePathEditor.cs
- TextReader.cs
- WorkflowQueue.cs
- ProtocolsConfigurationHandler.cs
- Line.cs
- Attributes.cs
- List.cs
- ObjectNavigationPropertyMapping.cs
- streamingZipPartStream.cs
- NameNode.cs
- MarginCollapsingState.cs
- UDPClient.cs
- ParentUndoUnit.cs
- _HelperAsyncResults.cs
- VideoDrawing.cs
- AlternateView.cs
- EdmSchemaError.cs
- FilteredAttributeCollection.cs
- LoginName.cs
- XmlSchemaValidationException.cs
- GeneralTransform3DGroup.cs
- DefaultMemberAttribute.cs
- ClusterSafeNativeMethods.cs
- DrawingVisual.cs
- WrapperEqualityComparer.cs
- UidManager.cs
- DataServiceQuery.cs
- ThreadExceptionDialog.cs
- CmsInterop.cs
- EncryptedPackage.cs
- PublisherIdentityPermission.cs
- APCustomTypeDescriptor.cs