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;
///
/// Provides data for some events.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class DetailsViewCommandEventArgs : CommandEventArgs {
private object _commandSource;
///
/// Initializes a new instance of the
/// class.
///
public DetailsViewCommandEventArgs(object commandSource, CommandEventArgs originalArgs) : base(originalArgs) {
this._commandSource = commandSource;
}
///
/// Gets the source of the command. This property is read-only.
///
public object CommandSource {
get {
return _commandSource;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Debug.cs
- BindingList.cs
- IpcChannelHelper.cs
- EntityDataSourceWrapper.cs
- SslStream.cs
- CngKeyCreationParameters.cs
- WindowsSspiNegotiation.cs
- PagerStyle.cs
- ActivityInterfaces.cs
- DataKeyArray.cs
- HttpCookiesSection.cs
- InternalCache.cs
- TranslateTransform.cs
- RuleSet.cs
- RadioButton.cs
- diagnosticsswitches.cs
- Console.cs
- X509CertificateCollection.cs
- DataGridViewAccessibleObject.cs
- DelegatingConfigHost.cs
- XmlAttribute.cs
- WriteTimeStream.cs
- UserMapPath.cs
- UrlMappingsModule.cs
- CellCreator.cs
- DataGridViewControlCollection.cs
- Menu.cs
- BaseTemplateBuildProvider.cs
- ResourceReader.cs
- UnsafeNativeMethods.cs
- BitmapEffectGeneralTransform.cs
- SafeNativeMethods.cs
- ShaperBuffers.cs
- WsrmFault.cs
- DataFormats.cs
- XmlDataSourceNodeDescriptor.cs
- DynamicEndpoint.cs
- EdmType.cs
- PackWebRequest.cs
- WebBrowserEvent.cs
- ProtocolElementCollection.cs
- RunInstallerAttribute.cs
- ChannelManager.cs
- SerializerWriterEventHandlers.cs
- HandleInitializationContext.cs
- TemplatingOptionsDialog.cs
- smtpconnection.cs
- PermissionListSet.cs
- MethodCallConverter.cs
- sqlpipe.cs
- ConnectionInterfaceCollection.cs
- LinkButton.cs
- BufferedMessageWriter.cs
- WeakEventManager.cs
- uribuilder.cs
- MenuItemCollectionEditorDialog.cs
- WaitHandle.cs
- PrintPreviewControl.cs
- SafeArrayRankMismatchException.cs
- TableCell.cs
- CFStream.cs
- HttpListenerRequest.cs
- StringSorter.cs
- BoundingRectTracker.cs
- ellipse.cs
- BulletedListEventArgs.cs
- OdbcError.cs
- ResourceDisplayNameAttribute.cs
- StorageEntitySetMapping.cs
- CustomCategoryAttribute.cs
- SqlNamer.cs
- Vertex.cs
- RuntimeArgumentHandle.cs
- ActivityMarkupSerializer.cs
- XmlFormatReaderGenerator.cs
- LocalFileSettingsProvider.cs
- ForeignKeyConstraint.cs
- UnsafeNativeMethodsTablet.cs
- SoapAttributes.cs
- TextOnlyOutput.cs
- SaveCardRequest.cs
- DefaultSerializationProviderAttribute.cs
- AsymmetricAlgorithm.cs
- SoapHeaderAttribute.cs
- PrimitiveCodeDomSerializer.cs
- UniqueIdentifierService.cs
- DateTimeOffsetConverter.cs
- RowToParametersTransformer.cs
- X509WindowsSecurityToken.cs
- DataGridViewRow.cs
- CompensableActivity.cs
- Page.cs
- ErrorHandler.cs
- PseudoWebRequest.cs
- AnimationStorage.cs
- ApplicationInfo.cs
- XmlLinkedNode.cs
- DefaultAssemblyResolver.cs
- ReadOnlyHierarchicalDataSourceView.cs
- PersonalizationStateInfo.cs