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
- ListDictionary.cs
- XsdBuildProvider.cs
- XmlSchemaInfo.cs
- ObjectListSelectEventArgs.cs
- Int16KeyFrameCollection.cs
- Size.cs
- GlobalDataBindingHandler.cs
- SQLInt64.cs
- UrlMappingsModule.cs
- PathSegmentCollection.cs
- MergablePropertyAttribute.cs
- TreeViewBindingsEditor.cs
- CodeAccessPermission.cs
- DescendantOverDescendantQuery.cs
- SpellerInterop.cs
- DateTimeAutomationPeer.cs
- PageAsyncTask.cs
- BindingMAnagerBase.cs
- PhysicalFontFamily.cs
- DataGridViewRowPostPaintEventArgs.cs
- XmlDownloadManager.cs
- ExtendedPropertyCollection.cs
- PageBreakRecord.cs
- CompModSwitches.cs
- FixedTextView.cs
- SecurityRequiresReviewAttribute.cs
- altserialization.cs
- MaterialCollection.cs
- EntityDataSourceStatementEditorForm.cs
- PiiTraceSource.cs
- ToolboxBitmapAttribute.cs
- SqlCacheDependency.cs
- RecognizedAudio.cs
- WindowsGraphicsWrapper.cs
- SamlAdvice.cs
- AvTrace.cs
- StrongNameIdentityPermission.cs
- Binding.cs
- BamlLocalizableResourceKey.cs
- X509Certificate.cs
- AutomationIdentifierGuids.cs
- NamespaceDecl.cs
- WorkflowApplicationAbortedException.cs
- MenuItemBinding.cs
- XmlComplianceUtil.cs
- HttpModuleActionCollection.cs
- RotationValidation.cs
- GeneralTransform3DTo2DTo3D.cs
- XmlDictionary.cs
- BinaryCommonClasses.cs
- X509Chain.cs
- DrawItemEvent.cs
- ContractSearchPattern.cs
- ParagraphVisual.cs
- FieldAccessException.cs
- GeometryHitTestResult.cs
- DbConnectionHelper.cs
- WorkflowDesignerColors.cs
- PasswordBoxAutomationPeer.cs
- AttributeQuery.cs
- CodeSnippetExpression.cs
- SoapReflector.cs
- SafeThemeHandle.cs
- X509Utils.cs
- DesignerForm.cs
- METAHEADER.cs
- ListenerSessionConnectionReader.cs
- InvalidateEvent.cs
- EntitySetBaseCollection.cs
- SqlProfileProvider.cs
- ListViewGroupItemCollection.cs
- LineBreakRecord.cs
- LinkAreaEditor.cs
- OleDbException.cs
- ListViewGroup.cs
- ResXResourceReader.cs
- XmlIncludeAttribute.cs
- TextBlock.cs
- TableStyle.cs
- CryptoStream.cs
- PhysicalFontFamily.cs
- DiagnosticTrace.cs
- DataGridSortCommandEventArgs.cs
- CodeTypeParameterCollection.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- NativeWindow.cs
- DSASignatureFormatter.cs
- XmlDataLoader.cs
- DataServiceEntityAttribute.cs
- BackStopAuthenticationModule.cs
- MaskedTextProvider.cs
- TransformedBitmap.cs
- RadioButtonRenderer.cs
- OverflowException.cs
- DummyDataSource.cs
- WebPartEditorCancelVerb.cs
- TypeBuilderInstantiation.cs
- ItemCollection.cs
- cryptoapiTransform.cs
- DocumentReference.cs