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
- ExtendedProtectionPolicy.cs
- MissingSatelliteAssemblyException.cs
- WebPartPersonalization.cs
- EmptyReadOnlyDictionaryInternal.cs
- TCPListener.cs
- CodeAttachEventStatement.cs
- ParallelDesigner.cs
- DetailsViewInsertedEventArgs.cs
- SqlConnectionFactory.cs
- DesignerActionUIService.cs
- SystemResources.cs
- CutCopyPasteHelper.cs
- PrivilegeNotHeldException.cs
- _LoggingObject.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- ConfigDefinitionUpdates.cs
- RectangleHotSpot.cs
- RegexCompiler.cs
- WhiteSpaceTrimStringConverter.cs
- ResXResourceWriter.cs
- DataTemplateKey.cs
- XmlSerializationGeneratedCode.cs
- QueryModel.cs
- ContextQuery.cs
- xml.cs
- File.cs
- SplineKeyFrames.cs
- DictationGrammar.cs
- ToolStripContentPanel.cs
- GifBitmapDecoder.cs
- DataGridViewColumnStateChangedEventArgs.cs
- RelationshipConverter.cs
- WebPartUserCapability.cs
- HwndKeyboardInputProvider.cs
- autovalidator.cs
- DebugTracing.cs
- FormsAuthenticationConfiguration.cs
- NoPersistScope.cs
- SiteMapDesignerDataSourceView.cs
- Viewport3DVisual.cs
- TabControlCancelEvent.cs
- FrameworkTemplate.cs
- ScriptDescriptor.cs
- MessageDescriptionCollection.cs
- PackageDigitalSignatureManager.cs
- DBNull.cs
- SafeNativeMethods.cs
- XmlSerializerSection.cs
- ShapeTypeface.cs
- CompressEmulationStream.cs
- TextShapeableCharacters.cs
- DesignerRegion.cs
- InvalidDocumentContentsException.cs
- CompositeKey.cs
- Selection.cs
- ProtocolViolationException.cs
- PropertyOrder.cs
- MexHttpBindingCollectionElement.cs
- COM2ExtendedUITypeEditor.cs
- IssuedSecurityTokenParameters.cs
- OperationInvokerTrace.cs
- TextBoxAutoCompleteSourceConverter.cs
- RecommendedAsConfigurableAttribute.cs
- WorkflowPageSetupDialog.cs
- HtmlValidatorAdapter.cs
- AutomationPeer.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- OdbcConnectionHandle.cs
- _PooledStream.cs
- WinFormsComponentEditor.cs
- DLinqAssociationProvider.cs
- XmlToDatasetMap.cs
- Boolean.cs
- XmlWriterTraceListener.cs
- ControlParameter.cs
- ConsumerConnectionPoint.cs
- DateTimeValueSerializerContext.cs
- UnconditionalPolicy.cs
- SqlUDTStorage.cs
- ButtonField.cs
- RadialGradientBrush.cs
- PEFileEvidenceFactory.cs
- TreeView.cs
- Cell.cs
- XmlnsDictionary.cs
- Permission.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- DesignUtil.cs
- XmlChoiceIdentifierAttribute.cs
- InlineCollection.cs
- WebPartZone.cs
- _SSPISessionCache.cs
- FixedDSBuilder.cs
- Calendar.cs
- WebBrowsableAttribute.cs
- TemplateInstanceAttribute.cs
- PropertyMapper.cs
- Propagator.Evaluator.cs
- XPathSelfQuery.cs
- KeyNotFoundException.cs