Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LogLogRecord.cs
- SqlRetyper.cs
- Debug.cs
- PositiveTimeSpanValidatorAttribute.cs
- XmlQualifiedNameTest.cs
- URLIdentityPermission.cs
- WorkflowQueue.cs
- FieldNameLookup.cs
- JoinSymbol.cs
- WsiProfilesElementCollection.cs
- ConnectionStringsSection.cs
- TransformPattern.cs
- MethodBuilderInstantiation.cs
- DesignTimeParseData.cs
- LineVisual.cs
- ConfigXmlText.cs
- Bits.cs
- DataGridViewComboBoxColumn.cs
- ExecutedRoutedEventArgs.cs
- Preprocessor.cs
- OdbcCommand.cs
- SequenceFullException.cs
- WindowsGraphics.cs
- HttpValueCollection.cs
- Vector3DConverter.cs
- ConstNode.cs
- Int32AnimationUsingKeyFrames.cs
- ClientSettingsSection.cs
- SspiNegotiationTokenAuthenticatorState.cs
- ExceptionUtil.cs
- Propagator.JoinPropagator.cs
- OneOfTypeConst.cs
- TypeDelegator.cs
- ConstructorArgumentAttribute.cs
- X509ChainElement.cs
- _KerberosClient.cs
- ProxyAttribute.cs
- DocumentProperties.cs
- ExpressionBinding.cs
- DecimalSumAggregationOperator.cs
- HierarchicalDataBoundControl.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- CfgParser.cs
- GenericNameHandler.cs
- GcHandle.cs
- CalculatedColumn.cs
- ObjectPersistData.cs
- Collection.cs
- TitleStyle.cs
- BitStack.cs
- CodeDirectionExpression.cs
- StrongNameIdentityPermission.cs
- HtmlTableRowCollection.cs
- EntityDataSourceContextCreatedEventArgs.cs
- FlagsAttribute.cs
- PageStatePersister.cs
- OptionalColumn.cs
- DbUpdateCommandTree.cs
- PerformanceCounterCategory.cs
- SerialErrors.cs
- ScriptRegistrationManager.cs
- UnsafeNativeMethods.cs
- RijndaelManaged.cs
- DefaultMemberAttribute.cs
- InkCanvasFeedbackAdorner.cs
- ActiveDocumentEvent.cs
- ObjectCache.cs
- SecurityTokenTypes.cs
- SchemaType.cs
- ConfigXmlWhitespace.cs
- MsmqBindingFilter.cs
- BitmapEffect.cs
- Point3DKeyFrameCollection.cs
- CreateUserWizard.cs
- XsltConvert.cs
- ProfilePropertySettingsCollection.cs
- RawStylusInputCustomData.cs
- Attributes.cs
- IxmlLineInfo.cs
- FormParameter.cs
- EntityProviderFactory.cs
- FormCollection.cs
- DataFormats.cs
- _NegotiateClient.cs
- CellTreeNode.cs
- HashMembershipCondition.cs
- DataGridViewColumn.cs
- MatrixIndependentAnimationStorage.cs
- SqlProvider.cs
- DbDataReader.cs
- HtmlTitle.cs
- RenderTargetBitmap.cs
- TemplatedEditableDesignerRegion.cs
- TypedElement.cs
- DragCompletedEventArgs.cs
- Frame.cs
- CachedBitmap.cs
- RoleGroupCollection.cs
- RegexFCD.cs
- GregorianCalendarHelper.cs