Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / 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. ///// 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
- XmlSchemaSimpleTypeList.cs
- BufferedGraphicsContext.cs
- ListViewDeletedEventArgs.cs
- QuotaExceededException.cs
- SamlAssertion.cs
- ViewBox.cs
- NetDataContractSerializer.cs
- SwitchAttribute.cs
- XmlDesignerDataSourceView.cs
- ObjectPersistData.cs
- TableLayoutCellPaintEventArgs.cs
- PageHandlerFactory.cs
- HtmlInputSubmit.cs
- ByteRangeDownloader.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- RegionInfo.cs
- EncryptedHeaderXml.cs
- ResourceExpressionBuilder.cs
- Clock.cs
- BaseUriWithWildcard.cs
- CreationContext.cs
- AsyncStreamReader.cs
- DateTimeValueSerializer.cs
- EntityDataSourceContainerNameItem.cs
- SynchronizationHandlesCodeDomSerializer.cs
- ListViewUpdateEventArgs.cs
- PropertyIdentifier.cs
- XmlSchemaGroupRef.cs
- odbcmetadatacollectionnames.cs
- HostedTcpTransportManager.cs
- TypeConverterHelper.cs
- SignatureDescription.cs
- Part.cs
- OperationParameterInfoCollection.cs
- TableRowCollection.cs
- FixedPosition.cs
- CodePrimitiveExpression.cs
- SerializationObjectManager.cs
- SHA1Managed.cs
- Model3D.cs
- UrlMappingsModule.cs
- TypeUsageBuilder.cs
- DurableOperationContext.cs
- DateTimeFormatInfo.cs
- TextDecorations.cs
- HorizontalAlignConverter.cs
- BinHexEncoding.cs
- StreamReader.cs
- PackagePartCollection.cs
- ParameterToken.cs
- WinFormsSecurity.cs
- TextSyndicationContentKindHelper.cs
- DigestComparer.cs
- ButtonFlatAdapter.cs
- ProviderSettings.cs
- DateTimeConstantAttribute.cs
- PatternMatcher.cs
- DefaultAuthorizationContext.cs
- ToolStripPanelRow.cs
- MimeBasePart.cs
- DataService.cs
- WindowsSlider.cs
- TextEncodedRawTextWriter.cs
- DescendentsWalker.cs
- MissingManifestResourceException.cs
- VisualBasicSettings.cs
- GPRECTF.cs
- DataSourceXmlSerializationAttribute.cs
- _NestedMultipleAsyncResult.cs
- FormViewInsertedEventArgs.cs
- CompilationLock.cs
- DataGridGeneralPage.cs
- TypeExtensionConverter.cs
- webbrowsersite.cs
- TouchDevice.cs
- DBSqlParser.cs
- HebrewCalendar.cs
- WebBrowserContainer.cs
- ToolStripMenuItem.cs
- ExceptionHandlersDesigner.cs
- columnmapfactory.cs
- Utils.cs
- SqlNode.cs
- SendSecurityHeader.cs
- NodeFunctions.cs
- ThemeDictionaryExtension.cs
- CallbackHandler.cs
- BasicExpressionVisitor.cs
- UnsafeNativeMethods.cs
- TextServicesContext.cs
- ToolStripMenuItem.cs
- SafeNativeMethods.cs
- OleDbCommand.cs
- BitSet.cs
- ProxyAttribute.cs
- ETagAttribute.cs
- DetailsViewRow.cs
- wmiprovider.cs
- GeometryGroup.cs
- StorageMappingFragment.cs