Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewCommandEventArgs.cs / 1305376 / FormViewCommandEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Web.UI.WebControls {
using System;
using System.Diagnostics.CodeAnalysis;
///
/// Provides data for some events.
///
public class FormViewCommandEventArgs : CommandEventArgs {
private object _commandSource;
///
/// Initializes a new instance of the
/// class.
///
[SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")]
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.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Web.UI.WebControls {
using System;
using System.Diagnostics.CodeAnalysis;
///
/// Provides data for some events.
///
public class FormViewCommandEventArgs : CommandEventArgs {
private object _commandSource;
///
/// Initializes a new instance of the
/// class.
///
[SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")]
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RijndaelManagedTransform.cs
- File.cs
- OleDbTransaction.cs
- documentsequencetextview.cs
- InputBuffer.cs
- DataBindingHandlerAttribute.cs
- TableLayout.cs
- WindowsSlider.cs
- SetterBaseCollection.cs
- DocumentViewerHelper.cs
- Parser.cs
- WindowsClaimSet.cs
- SharedStatics.cs
- LinkLabel.cs
- LinqDataSource.cs
- MinMaxParagraphWidth.cs
- Transform.cs
- ObjectStorage.cs
- Imaging.cs
- SerializationHelper.cs
- PrinterResolution.cs
- WebAdminConfigurationHelper.cs
- WebConfigManager.cs
- WeakEventTable.cs
- IteratorDescriptor.cs
- ZoneLinkButton.cs
- MobileControlBuilder.cs
- XmlEncApr2001.cs
- LambdaCompiler.Logical.cs
- safemediahandle.cs
- WebConfigurationHost.cs
- EncryptedPackage.cs
- EndOfStreamException.cs
- SystemUdpStatistics.cs
- MetaModel.cs
- WindowsTreeView.cs
- SynchronizedDispatch.cs
- storepermission.cs
- SynchronizationHandlesCodeDomSerializer.cs
- DoubleStorage.cs
- BitmapEffectRenderDataResource.cs
- FacetChecker.cs
- TraceSource.cs
- ScrollViewer.cs
- ExpressionVisitorHelpers.cs
- ColumnBinding.cs
- ConfigurationManager.cs
- CurrencyManager.cs
- TextDecorationCollection.cs
- WorkflowTransactionOptions.cs
- DataTransferEventArgs.cs
- METAHEADER.cs
- TabPage.cs
- RequestSecurityTokenSerializer.cs
- AddValidationError.cs
- FormatConvertedBitmap.cs
- ForEachAction.cs
- DmlSqlGenerator.cs
- ActivityCodeDomReferenceService.cs
- MDIClient.cs
- CodeTypeConstructor.cs
- InstanceCreationEditor.cs
- DataGridViewAutoSizeModeEventArgs.cs
- ClientCredentialsElement.cs
- xmlfixedPageInfo.cs
- iisPickupDirectory.cs
- ElementProxy.cs
- WebPartManagerInternals.cs
- PlatformNotSupportedException.cs
- ExpressionVisitor.cs
- _OverlappedAsyncResult.cs
- AnnotationComponentChooser.cs
- KeyFrames.cs
- EntitySqlQueryState.cs
- PageHandlerFactory.cs
- SharedPerformanceCounter.cs
- CompositeControlDesigner.cs
- DayRenderEvent.cs
- DirectionalAction.cs
- DragSelectionMessageFilter.cs
- OleDbRowUpdatedEvent.cs
- TextTreeObjectNode.cs
- log.cs
- WsatExtendedInformation.cs
- DbgUtil.cs
- BasicBrowserDialog.cs
- UdpSocketReceiveManager.cs
- WindowPattern.cs
- SoapProcessingBehavior.cs
- TextComposition.cs
- PropertyFilterAttribute.cs
- CellQuery.cs
- EncoderReplacementFallback.cs
- CommandConverter.cs
- InstallerTypeAttribute.cs
- CodeGotoStatement.cs
- Visual3DCollection.cs
- ConstructorBuilder.cs
- CreateUserErrorEventArgs.cs
- CqlErrorHelper.cs