Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewCommandEventArgs.cs / 1 / FormViewCommandEventArgs.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 FormViewCommandEventArgs : CommandEventArgs {
private object _commandSource;
///
/// Initializes a new instance of the
/// class.
///
public FormViewCommandEventArgs(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.
//------------------------------------------------------------------------------
//
// 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 FormViewCommandEventArgs : CommandEventArgs {
private object _commandSource;
///
/// Initializes a new instance of the
/// class.
///
public FormViewCommandEventArgs(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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NamedObjectList.cs
- DocumentSequenceHighlightLayer.cs
- KnownIds.cs
- SiteMapHierarchicalDataSourceView.cs
- Panel.cs
- WebServiceData.cs
- Queue.cs
- WindowAutomationPeer.cs
- IteratorFilter.cs
- TargetException.cs
- RegistrationServices.cs
- VectorCollectionValueSerializer.cs
- ThreadExceptionEvent.cs
- BufferBuilder.cs
- AppSettingsExpressionBuilder.cs
- securitycriticaldataClass.cs
- EventRouteFactory.cs
- ThreadExceptionDialog.cs
- DataControlField.cs
- OdbcReferenceCollection.cs
- CancellationToken.cs
- PolicyUnit.cs
- PackageStore.cs
- EventLogger.cs
- DataObjectSettingDataEventArgs.cs
- CheckBoxStandardAdapter.cs
- Nullable.cs
- Binding.cs
- ColumnCollection.cs
- PropertyBuilder.cs
- CompositeKey.cs
- ComponentRenameEvent.cs
- PrivateFontCollection.cs
- FileLogRecord.cs
- GridViewCancelEditEventArgs.cs
- ToolStripCodeDomSerializer.cs
- ItemCheckEvent.cs
- SchemaMapping.cs
- RegexWorker.cs
- ComponentDispatcher.cs
- RankException.cs
- LongTypeConverter.cs
- SQLSingleStorage.cs
- Binding.cs
- WpfKnownMember.cs
- SplashScreen.cs
- HashUtility.cs
- RoleManagerModule.cs
- CustomExpression.cs
- ContextDataSourceView.cs
- StateMachineSubscription.cs
- MetaModel.cs
- MemberHolder.cs
- HopperCache.cs
- TextElementEditingBehaviorAttribute.cs
- XPathChildIterator.cs
- MeshGeometry3D.cs
- PageWrapper.cs
- DataGridItem.cs
- ActivityDesignerHelper.cs
- FontNamesConverter.cs
- CompositionTarget.cs
- Decoder.cs
- ChannelManagerBase.cs
- GroupBoxAutomationPeer.cs
- HttpPostedFile.cs
- CompilerScope.Storage.cs
- SignedXml.cs
- DrawingVisual.cs
- CustomPopupPlacement.cs
- FixedElement.cs
- EncodingInfo.cs
- DomainUpDown.cs
- Trustee.cs
- SecureConversationSecurityTokenParameters.cs
- SmtpCommands.cs
- CssClassPropertyAttribute.cs
- ContainsRowNumberChecker.cs
- DownloadProgressEventArgs.cs
- PrivateFontCollection.cs
- CounterSampleCalculator.cs
- WebPart.cs
- ISO2022Encoding.cs
- WindowsFormsHostPropertyMap.cs
- ConstructorNeedsTagAttribute.cs
- WriteFileContext.cs
- SecurityCriticalDataForSet.cs
- Geometry3D.cs
- SafeNativeMethods.cs
- Deserializer.cs
- CmsInterop.cs
- MaskedTextBoxDesignerActionList.cs
- ToolStripComboBox.cs
- _FixedSizeReader.cs
- CodeChecksumPragma.cs
- RSAProtectedConfigurationProvider.cs
- TemplateNodeContextMenu.cs
- RSAOAEPKeyExchangeFormatter.cs
- StrokeRenderer.cs
- DateTimeOffset.cs