Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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.
//
//-----------------------------------------------------------------------------
/*
*/
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextBox.cs
- AppSettingsExpressionBuilder.cs
- WinFormsComponentEditor.cs
- QueryExpr.cs
- ProcessHostFactoryHelper.cs
- SemaphoreSecurity.cs
- ExeConfigurationFileMap.cs
- SqlCommandBuilder.cs
- XmlIgnoreAttribute.cs
- Number.cs
- WinEventTracker.cs
- XmlSchemaAny.cs
- ILGen.cs
- COM2ColorConverter.cs
- PrimarySelectionGlyph.cs
- HttpModule.cs
- ListBase.cs
- ProcessThreadCollection.cs
- MemberAccessException.cs
- BitSet.cs
- EntityContainer.cs
- SqlProviderServices.cs
- QueryRewriter.cs
- VirtualizedItemProviderWrapper.cs
- DoubleLink.cs
- InertiaTranslationBehavior.cs
- MetafileEditor.cs
- SizeF.cs
- PackageRelationship.cs
- SerializationIncompleteException.cs
- SafeBuffer.cs
- MethodExpression.cs
- EntityDataSourceEntitySetNameItem.cs
- _Events.cs
- HostProtectionPermission.cs
- ListItemsPage.cs
- StreamHelper.cs
- VideoDrawing.cs
- DBDataPermission.cs
- XslAstAnalyzer.cs
- SoapIncludeAttribute.cs
- ProgressBarBrushConverter.cs
- FileStream.cs
- LogExtent.cs
- MemoryRecordBuffer.cs
- LockingPersistenceProvider.cs
- IndexOutOfRangeException.cs
- SerialReceived.cs
- Columns.cs
- PropertyKey.cs
- BamlLocalizableResource.cs
- DirtyTextRange.cs
- ServiceDescriptionSerializer.cs
- RegexEditorDialog.cs
- Column.cs
- DataGridColumnCollection.cs
- DbConnectionClosed.cs
- Converter.cs
- Clause.cs
- GraphicsPathIterator.cs
- PropertyDescriptorGridEntry.cs
- FlowDocument.cs
- AnnotationStore.cs
- ListItemConverter.cs
- WindowsTokenRoleProvider.cs
- Transform3DGroup.cs
- CreateUserWizard.cs
- HierarchicalDataBoundControlAdapter.cs
- NamedPipeAppDomainProtocolHandler.cs
- ActivationServices.cs
- SafeBitVector32.cs
- VirtualPath.cs
- APCustomTypeDescriptor.cs
- ConnectivityStatus.cs
- URLEditor.cs
- TextContainerChangedEventArgs.cs
- Component.cs
- DictionaryMarkupSerializer.cs
- Marshal.cs
- InstanceNameConverter.cs
- TCPClient.cs
- ProxyAttribute.cs
- PreloadedPackages.cs
- TableTextElementCollectionInternal.cs
- RequestUriProcessor.cs
- HttpPostedFileBase.cs
- MsmqIntegrationMessagePool.cs
- Debugger.cs
- ImageButton.cs
- RegexBoyerMoore.cs
- ConfigurationPropertyCollection.cs
- MarkupExtensionParser.cs
- DurableRuntimeValidator.cs
- LiteralControl.cs
- EventLogTraceListener.cs
- DocumentCollection.cs
- DataSourceControl.cs
- UnsafeNetInfoNativeMethods.cs
- DataSysAttribute.cs
- DesignerEventService.cs