Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }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
- InputBuffer.cs
- URLIdentityPermission.cs
- WinFormsSpinner.cs
- IncrementalCompileAnalyzer.cs
- PngBitmapDecoder.cs
- XmlSignificantWhitespace.cs
- NestedContainer.cs
- ComponentManagerBroker.cs
- GeneratedView.cs
- CodeDirectiveCollection.cs
- HttpRuntimeSection.cs
- Bezier.cs
- Util.cs
- ApplicationProxyInternal.cs
- XsltQilFactory.cs
- Predicate.cs
- RuleSettingsCollection.cs
- AccessibilityHelperForVista.cs
- ProfileEventArgs.cs
- BuildManager.cs
- NavigatingCancelEventArgs.cs
- Expression.cs
- RSAPKCS1SignatureDeformatter.cs
- ComponentSerializationService.cs
- AsyncCallback.cs
- XamlSerializer.cs
- WindowsToolbar.cs
- TreeNodeCollectionEditor.cs
- AsyncSerializedWorker.cs
- XPathDocumentBuilder.cs
- NetSectionGroup.cs
- WebPartZone.cs
- SystemInfo.cs
- ExpressionBindingsDialog.cs
- FontUnitConverter.cs
- FormatException.cs
- DataSourceControlBuilder.cs
- TextUtf8RawTextWriter.cs
- MatrixCamera.cs
- OutputCacheProfile.cs
- EntityDataSourceSelectedEventArgs.cs
- PerspectiveCamera.cs
- UnsupportedPolicyOptionsException.cs
- PermissionRequestEvidence.cs
- QilGenerator.cs
- CombinedGeometry.cs
- ProcessInputEventArgs.cs
- WindowsGraphicsWrapper.cs
- DataTemplate.cs
- AstNode.cs
- PreDigestedSignedInfo.cs
- ProcessModule.cs
- ConnectionStringSettings.cs
- XmlCompatibilityReader.cs
- SafePointer.cs
- ToolStripItem.cs
- XPathNavigatorReader.cs
- DataGridViewCellStyleConverter.cs
- ControlAdapter.cs
- clipboard.cs
- Fx.cs
- WhitespaceRuleReader.cs
- TemplateColumn.cs
- Base64Stream.cs
- SafeHandles.cs
- TransformerInfo.cs
- SqlPersonalizationProvider.cs
- RichTextBoxContextMenu.cs
- Popup.cs
- WebServiceData.cs
- XhtmlMobileTextWriter.cs
- SoapSchemaExporter.cs
- ProfileService.cs
- MetadataArtifactLoader.cs
- BridgeDataReader.cs
- DataConnectionHelper.cs
- RSAOAEPKeyExchangeFormatter.cs
- UnsafeMethods.cs
- Tuple.cs
- WindowsEditBoxRange.cs
- OrderedDictionary.cs
- LoadedEvent.cs
- UrlEncodedParameterWriter.cs
- RegularExpressionValidator.cs
- EntityConnection.cs
- SRef.cs
- QuaternionAnimation.cs
- FunctionUpdateCommand.cs
- BitmapEncoder.cs
- BaseTemplateParser.cs
- EventMappingSettings.cs
- List.cs
- JsonServiceDocumentSerializer.cs
- TextServicesProperty.cs
- SqlGatherConsumedAliases.cs
- StringAnimationBase.cs
- UnsafeNativeMethods.cs
- HashSet.cs
- embossbitmapeffect.cs
- Literal.cs