Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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.
//
//-----------------------------------------------------------------------------
/*
*/
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlNotificationRequest.cs
- ConfigXmlCDataSection.cs
- SourceFilter.cs
- TextParentUndoUnit.cs
- RootBrowserWindowProxy.cs
- XmlSignatureManifest.cs
- SafeNativeMethodsMilCoreApi.cs
- WebBrowserPermission.cs
- AccessDataSource.cs
- StylusPointCollection.cs
- ResourceBinder.cs
- DispatcherExceptionEventArgs.cs
- WebBrowserHelper.cs
- followingquery.cs
- ParsedAttributeCollection.cs
- KeyInterop.cs
- WindowsScroll.cs
- ThicknessAnimation.cs
- TearOffProxy.cs
- TextBoxBase.cs
- DataColumnCollection.cs
- CodeFieldReferenceExpression.cs
- EditingScope.cs
- OleCmdHelper.cs
- BaseComponentEditor.cs
- StateMachine.cs
- RotateTransform3D.cs
- StringKeyFrameCollection.cs
- DigestComparer.cs
- RoleBoolean.cs
- StructuredTypeEmitter.cs
- WithParamAction.cs
- ColorKeyFrameCollection.cs
- IndexOutOfRangeException.cs
- XmlSubtreeReader.cs
- ArraySet.cs
- DesignBindingPropertyDescriptor.cs
- RSAOAEPKeyExchangeDeformatter.cs
- LogWriteRestartAreaState.cs
- DataRow.cs
- GridErrorDlg.cs
- Compiler.cs
- Brushes.cs
- InvokePattern.cs
- RegexMatchCollection.cs
- TemplatedAdorner.cs
- ServiceMemoryGates.cs
- coordinatorscratchpad.cs
- ListBase.cs
- SharedStream.cs
- activationcontext.cs
- ProtocolReflector.cs
- PolicyDesigner.cs
- ComboBoxAutomationPeer.cs
- DbReferenceCollection.cs
- ExpressionNormalizer.cs
- TabletCollection.cs
- EntityProxyFactory.cs
- TokenBasedSetEnumerator.cs
- COM2FontConverter.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- PrintingPermissionAttribute.cs
- ListItemsPage.cs
- webeventbuffer.cs
- CodeNamespaceImport.cs
- FontStretch.cs
- LayoutManager.cs
- SamlAction.cs
- Transform.cs
- LinqDataSource.cs
- GeometryDrawing.cs
- DummyDataSource.cs
- LicFileLicenseProvider.cs
- DCSafeHandle.cs
- FtpWebRequest.cs
- CompilationUnit.cs
- ListCollectionView.cs
- MultitargetUtil.cs
- CharUnicodeInfo.cs
- ColumnTypeConverter.cs
- PrintPreviewDialog.cs
- TextParagraphProperties.cs
- TextRange.cs
- GenerateTemporaryAssemblyTask.cs
- ToolboxComponentsCreatedEventArgs.cs
- InputLangChangeEvent.cs
- Exception.cs
- ToolStripSeparatorRenderEventArgs.cs
- CommandPlan.cs
- WizardStepBase.cs
- TemplateBindingExpression.cs
- ExtenderControl.cs
- Point3DCollection.cs
- DocumentPageView.cs
- DataTableExtensions.cs
- SourceItem.cs
- MSG.cs
- SqlCommandBuilder.cs
- KeyboardNavigation.cs
- OpenTypeCommon.cs