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
- ArrayElementGridEntry.cs
- Grant.cs
- GeneralTransformGroup.cs
- NodeLabelEditEvent.cs
- TreeViewCancelEvent.cs
- WebServiceParameterData.cs
- ListDataBindEventArgs.cs
- SiteMapSection.cs
- TransformerInfoCollection.cs
- DirectoryInfo.cs
- XmlFormatExtensionAttribute.cs
- DataGridViewCellPaintingEventArgs.cs
- ClientTarget.cs
- NamespaceList.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- XmlEntityReference.cs
- SqlClientWrapperSmiStream.cs
- COM2TypeInfoProcessor.cs
- ToolStripSettings.cs
- DataKeyArray.cs
- MimeBasePart.cs
- StateDesigner.TransitionInfo.cs
- FileController.cs
- ErrorWrapper.cs
- TdsParserSessionPool.cs
- TraceContext.cs
- CodeNamespace.cs
- ObjectViewFactory.cs
- XmlSerializerFactory.cs
- DecoratedNameAttribute.cs
- DirectoryObjectSecurity.cs
- EntryWrittenEventArgs.cs
- SymbolTable.cs
- ControlType.cs
- PtsHelper.cs
- ManagedFilter.cs
- CodeSubDirectoriesCollection.cs
- Translator.cs
- CookieProtection.cs
- ServicePoint.cs
- HttpHandler.cs
- DbModificationCommandTree.cs
- TemplateColumn.cs
- ETagAttribute.cs
- SqlCacheDependencyDatabaseCollection.cs
- IfAction.cs
- GenericRootAutomationPeer.cs
- DataServiceConfiguration.cs
- OdbcHandle.cs
- AdjustableArrowCap.cs
- Soap12ServerProtocol.cs
- AdapterUtil.cs
- HTTPAPI_VERSION.cs
- PageContentAsyncResult.cs
- DbModificationCommandTree.cs
- Util.cs
- WeakHashtable.cs
- DbBuffer.cs
- DataFormats.cs
- ToolStripStatusLabel.cs
- XmlSchemaAttribute.cs
- ChainedAsyncResult.cs
- TemplatePagerField.cs
- StateMachineDesignerPaint.cs
- _DynamicWinsockMethods.cs
- TargetConverter.cs
- MultiPartWriter.cs
- OletxVolatileEnlistment.cs
- MarkerProperties.cs
- PropertyCollection.cs
- CompilationSection.cs
- GestureRecognizer.cs
- DateTimeParse.cs
- QueryResponse.cs
- StyleSheet.cs
- SerializationAttributes.cs
- SoapSchemaMember.cs
- CodeAttachEventStatement.cs
- SafeThreadHandle.cs
- FormViewDeleteEventArgs.cs
- ItemsPresenter.cs
- HealthMonitoringSectionHelper.cs
- CurrentTimeZone.cs
- PassportIdentity.cs
- SqlFlattener.cs
- XmlSchemaSimpleTypeUnion.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- XmlQueryOutput.cs
- RadioButtonPopupAdapter.cs
- XmlSerializerSection.cs
- FieldNameLookup.cs
- TypeForwardedToAttribute.cs
- WinInetCache.cs
- FlatButtonAppearance.cs
- OleDbDataReader.cs
- Ports.cs
- WebPartChrome.cs
- SHA256Managed.cs
- XmlSchemaObjectTable.cs
- CodeIndexerExpression.cs