Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- StylusDevice.cs
- ChannelFactoryBase.cs
- TextEditorParagraphs.cs
- GeneralTransform3D.cs
- PageWrapper.cs
- SizeAnimationBase.cs
- ApplicationFileCodeDomTreeGenerator.cs
- OdbcReferenceCollection.cs
- RijndaelManaged.cs
- Rotation3DAnimation.cs
- TransactionChannelFactory.cs
- TypedCompletedAsyncResult.cs
- ProfileService.cs
- PropertySourceInfo.cs
- TlsSspiNegotiation.cs
- FixedTextBuilder.cs
- VersionPair.cs
- CombinedGeometry.cs
- AgileSafeNativeMemoryHandle.cs
- ModuleConfigurationInfo.cs
- IODescriptionAttribute.cs
- DesignTimeDataBinding.cs
- AssemblyHash.cs
- Grant.cs
- BlockCollection.cs
- ServiceModelSecurityTokenTypes.cs
- ModelProperty.cs
- TabletDeviceInfo.cs
- FontCollection.cs
- SystemFonts.cs
- TextProviderWrapper.cs
- PersonalizationStateQuery.cs
- DataGridViewDataErrorEventArgs.cs
- DataObjectSettingDataEventArgs.cs
- VariableQuery.cs
- SerializationObjectManager.cs
- XmlSchemaComplexContent.cs
- ColorDialog.cs
- TreeNodeSelectionProcessor.cs
- DetailsViewInsertedEventArgs.cs
- CharacterHit.cs
- TextParagraph.cs
- DecimalAnimationBase.cs
- tabpagecollectioneditor.cs
- ProfileBuildProvider.cs
- ValidateNames.cs
- MultiBindingExpression.cs
- SQLByteStorage.cs
- ComponentChangingEvent.cs
- SqlRowUpdatingEvent.cs
- DragEvent.cs
- DBSchemaRow.cs
- ObjectComplexPropertyMapping.cs
- RegionData.cs
- SubpageParaClient.cs
- URL.cs
- WebPartConnectionsCancelEventArgs.cs
- XmlSchemaIdentityConstraint.cs
- ArrayTypeMismatchException.cs
- GeneralTransformGroup.cs
- CorrelationManager.cs
- SoapSchemaImporter.cs
- Closure.cs
- ParserContext.cs
- PasswordRecovery.cs
- SerializerDescriptor.cs
- GridEntryCollection.cs
- MbpInfo.cs
- ListControl.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- SqlDesignerDataSourceView.cs
- ValidatorCompatibilityHelper.cs
- GeneralTransformGroup.cs
- QilStrConcat.cs
- ECDsa.cs
- AttributeInfo.cs
- CodeDelegateCreateExpression.cs
- LocalFileSettingsProvider.cs
- TcpTransportSecurityElement.cs
- TrackPoint.cs
- MenuItemStyleCollection.cs
- UInt64Converter.cs
- ResXResourceSet.cs
- NumberAction.cs
- ScriptResourceHandler.cs
- SerializationAttributes.cs
- EncoderFallback.cs
- SharedRuntimeState.cs
- TextTreeExtractElementUndoUnit.cs
- CodeDomDesignerLoader.cs
- Hex.cs
- BaseComponentEditor.cs
- DropAnimation.xaml.cs
- WebPartTransformer.cs
- ContentHostHelper.cs
- BackoffTimeoutHelper.cs
- _NestedSingleAsyncResult.cs
- SoapSchemaExporter.cs
- MouseEvent.cs
- RegionData.cs