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
- RegexReplacement.cs
- PolyLineSegment.cs
- RawStylusActions.cs
- SmiEventStream.cs
- InplaceBitmapMetadataWriter.cs
- UrlPropertyAttribute.cs
- ListSortDescription.cs
- CqlBlock.cs
- SettingsPropertyIsReadOnlyException.cs
- TaskCanceledException.cs
- EncodingTable.cs
- LeaseManager.cs
- CellTreeSimplifier.cs
- TriggerActionCollection.cs
- ArrangedElementCollection.cs
- WorkflowRuntimeServicesBehavior.cs
- XmlMtomWriter.cs
- KeyValuePair.cs
- BindUriHelper.cs
- TrackingStringDictionary.cs
- HMACSHA256.cs
- FixedSOMElement.cs
- RegexWorker.cs
- EventLogTraceListener.cs
- AutomationPatternInfo.cs
- webclient.cs
- PartitionerStatic.cs
- UserInitiatedNavigationPermission.cs
- QilFactory.cs
- FtpRequestCacheValidator.cs
- ImageListUtils.cs
- IdentityValidationException.cs
- ElementUtil.cs
- WebPartDisplayModeEventArgs.cs
- ObjectListItemCollection.cs
- TimerElapsedEvenArgs.cs
- _SSPIWrapper.cs
- MenuBase.cs
- NameSpaceExtractor.cs
- PageSettings.cs
- ArrayElementGridEntry.cs
- ModifierKeysConverter.cs
- ManualResetEvent.cs
- CategoryGridEntry.cs
- IPEndPoint.cs
- XmlEncodedRawTextWriter.cs
- CodeGen.cs
- MemoryStream.cs
- XmlIlGenerator.cs
- TraceSource.cs
- OdbcConnectionHandle.cs
- InputProcessorProfiles.cs
- PageAdapter.cs
- OledbConnectionStringbuilder.cs
- SetStoryboardSpeedRatio.cs
- DataKeyCollection.cs
- FixedFindEngine.cs
- XmlSchemaException.cs
- compensatingcollection.cs
- SessionStateContainer.cs
- PropertyEmitter.cs
- SendParametersContent.cs
- XmlSchemaObjectTable.cs
- TemplateBindingExpression.cs
- WebPartDescriptionCollection.cs
- Suspend.cs
- StateDesignerConnector.cs
- CmsInterop.cs
- TrustSection.cs
- GuidelineCollection.cs
- CustomWebEventKey.cs
- Selector.cs
- Image.cs
- AuthorizationSection.cs
- KnownBoxes.cs
- _SpnDictionary.cs
- DetailsViewActionList.cs
- LogSwitch.cs
- ExpressionVisitor.cs
- PassportAuthentication.cs
- StubHelpers.cs
- SoapException.cs
- WindowsIPAddress.cs
- MutexSecurity.cs
- TableChangeProcessor.cs
- XPathSelfQuery.cs
- ResourceKey.cs
- LambdaCompiler.Statements.cs
- BehaviorDragDropEventArgs.cs
- StoreAnnotationsMap.cs
- CellTreeNode.cs
- RuleSettings.cs
- HybridDictionary.cs
- BamlMapTable.cs
- TextReturnReader.cs
- EntityWithChangeTrackerStrategy.cs
- TemplatePropertyEntry.cs
- TemplatePagerField.cs
- ListViewCancelEventArgs.cs
- TextBlock.cs