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
- ZipIOFileItemStream.cs
- ExtensionFile.cs
- ServiceDiscoveryElement.cs
- PasswordBoxAutomationPeer.cs
- SectionRecord.cs
- IdentityManager.cs
- FeatureSupport.cs
- WebEventTraceProvider.cs
- ReadOnlyDataSourceView.cs
- DuplexChannel.cs
- FamilyTypeface.cs
- CqlParserHelpers.cs
- StyleXamlParser.cs
- AdapterUtil.cs
- WindowsAltTab.cs
- SectionUpdates.cs
- ListViewEditEventArgs.cs
- ToolStripMenuItem.cs
- WindowsListViewGroupHelper.cs
- HebrewCalendar.cs
- CubicEase.cs
- GridEntryCollection.cs
- ControlBindingsCollection.cs
- InvokeSchedule.cs
- TextSelectionProcessor.cs
- AndCondition.cs
- Propagator.JoinPropagator.cs
- ParserExtension.cs
- FixedSOMImage.cs
- FormViewInsertEventArgs.cs
- ListenerElementsCollection.cs
- X509CertificateCollection.cs
- QueryException.cs
- FieldToken.cs
- ParallelTimeline.cs
- ModelPropertyCollectionImpl.cs
- MDIClient.cs
- SequentialWorkflowRootDesigner.cs
- PeekCompletedEventArgs.cs
- DataServiceQuery.cs
- SafeNativeMethodsOther.cs
- AppLevelCompilationSectionCache.cs
- ProcessModuleDesigner.cs
- ObjectFullSpanRewriter.cs
- WebPartCancelEventArgs.cs
- MenuAdapter.cs
- ValidationHelper.cs
- CharEntityEncoderFallback.cs
- Rule.cs
- SchemaImporter.cs
- CodeGen.cs
- HttpSessionStateBase.cs
- ChannelSinkStacks.cs
- DesignerRegion.cs
- SynchronizationContext.cs
- HtmlInputButton.cs
- FontStretches.cs
- BuildManagerHost.cs
- DynamicObjectAccessor.cs
- WindowProviderWrapper.cs
- SchemaHelper.cs
- DeflateStream.cs
- FileDialog.cs
- counter.cs
- Enum.cs
- QuaternionRotation3D.cs
- IpcManager.cs
- TableItemPattern.cs
- TextServicesProperty.cs
- XmlnsCompatibleWithAttribute.cs
- XPathAncestorIterator.cs
- DetailsView.cs
- TextAction.cs
- TextCharacters.cs
- SafeNativeMethodsCLR.cs
- SynchronizedDisposablePool.cs
- ContentValidator.cs
- OleDbMetaDataFactory.cs
- BitmapEffectCollection.cs
- IsolatedStorageFileStream.cs
- XmlWriter.cs
- HtmlProps.cs
- ReadOnlyDataSourceView.cs
- PointCollectionConverter.cs
- TargetControlTypeCache.cs
- SystemIPAddressInformation.cs
- TabletDeviceInfo.cs
- Context.cs
- BaseDataList.cs
- DocumentViewerConstants.cs
- ChangePassword.cs
- UrlMappingsSection.cs
- BulletedList.cs
- PriorityChain.cs
- EntityAdapter.cs
- LinkedResource.cs
- ComPlusTypeLoader.cs
- Signature.cs
- ExtentKey.cs
- base64Transforms.cs