Code:
/ DotNET / DotNET / 8.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
- DbgCompiler.cs
- StylusDownEventArgs.cs
- ListControl.cs
- SettingsPropertyIsReadOnlyException.cs
- WindowsIdentity.cs
- BufferBuilder.cs
- WorkflowCompensationBehavior.cs
- ActivityExecutor.cs
- KeyFrames.cs
- StatementContext.cs
- PropertyTab.cs
- BamlVersionHeader.cs
- RuntimeVariableList.cs
- WebHeaderCollection.cs
- CodeTypeOfExpression.cs
- BaseDataList.cs
- CodeGeneratorOptions.cs
- CallbackValidator.cs
- String.cs
- RequestCachingSection.cs
- RangeValidator.cs
- AttributeUsageAttribute.cs
- PropertyBuilder.cs
- TextClipboardData.cs
- RunWorkerCompletedEventArgs.cs
- Vector3DKeyFrameCollection.cs
- MemoryPressure.cs
- RectIndependentAnimationStorage.cs
- DataGridItemEventArgs.cs
- HttpListenerTimeoutManager.cs
- ArgumentOutOfRangeException.cs
- StatusBarAutomationPeer.cs
- PDBReader.cs
- ProcessInputEventArgs.cs
- WebControlAdapter.cs
- SQLSingle.cs
- ObjectListFieldsPage.cs
- ISFClipboardData.cs
- ImageButton.cs
- WebPartDescription.cs
- QilReference.cs
- cache.cs
- ProgressBarBrushConverter.cs
- OrderedEnumerableRowCollection.cs
- XmlTextWriter.cs
- AutoResetEvent.cs
- ZipPackage.cs
- XamlSerializerUtil.cs
- AppDomainGrammarProxy.cs
- CodeBinaryOperatorExpression.cs
- JpegBitmapDecoder.cs
- TimeEnumHelper.cs
- NativeMethods.cs
- ContainerAction.cs
- SecurityUtils.cs
- ProcessModuleCollection.cs
- LinqDataSourceSelectEventArgs.cs
- DataGridViewCellPaintingEventArgs.cs
- ContextDataSource.cs
- StringExpressionSet.cs
- GcHandle.cs
- BaseCodeDomTreeGenerator.cs
- StorageInfo.cs
- TargetFrameworkAttribute.cs
- InvalidMessageContractException.cs
- ProgramNode.cs
- X500Name.cs
- XmlSchemaValidationException.cs
- FixUp.cs
- CompilerScopeManager.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- TextFormattingConverter.cs
- WebControlAdapter.cs
- FilterEventArgs.cs
- GridItemPattern.cs
- FixedLineResult.cs
- SamlAction.cs
- StateBag.cs
- DbDataAdapter.cs
- CustomWebEventKey.cs
- Bezier.cs
- ObjectDataSourceFilteringEventArgs.cs
- DefaultMemberAttribute.cs
- SrgsElementFactory.cs
- WaitForChangedResult.cs
- webbrowsersite.cs
- NetworkInformationException.cs
- GridViewCommandEventArgs.cs
- PriorityBindingExpression.cs
- VerificationAttribute.cs
- SecurityDocument.cs
- CompilerTypeWithParams.cs
- ParseHttpDate.cs
- Composition.cs
- CommandHelpers.cs
- ConnectionPoint.cs
- WinFormsSpinner.cs
- MenuItemStyle.cs
- DefinitionBase.cs
- TextContainerChangedEventArgs.cs