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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HScrollBar.cs
- PathGradientBrush.cs
- ContainerActivationHelper.cs
- IndexedGlyphRun.cs
- ZipIOBlockManager.cs
- HttpHandlerAction.cs
- UdpTransportSettings.cs
- PolicyImporterElement.cs
- WebControlsSection.cs
- CurrentChangingEventManager.cs
- ResourcePermissionBase.cs
- OdbcInfoMessageEvent.cs
- VerificationException.cs
- PathGeometry.cs
- securitycriticaldata.cs
- SafeFindHandle.cs
- OdbcDataAdapter.cs
- path.cs
- _ConnectStream.cs
- ConnectionManager.cs
- formatstringdialog.cs
- FunctionUpdateCommand.cs
- ComponentResourceManager.cs
- BrowserCapabilitiesFactory.cs
- EventsTab.cs
- Point3D.cs
- EntityParameter.cs
- PermissionListSet.cs
- SocketCache.cs
- DrawingContext.cs
- Win32Native.cs
- FixedFindEngine.cs
- ItemContainerGenerator.cs
- CategoryAttribute.cs
- TileModeValidation.cs
- StoreAnnotationsMap.cs
- FtpCachePolicyElement.cs
- X509Extension.cs
- XNodeNavigator.cs
- DataGridViewTextBoxColumn.cs
- TraceInternal.cs
- Privilege.cs
- columnmapfactory.cs
- NavigationEventArgs.cs
- ImageConverter.cs
- InteropEnvironment.cs
- PasswordRecovery.cs
- InterleavedZipPartStream.cs
- LoginCancelEventArgs.cs
- Filter.cs
- ConfigurationFileMap.cs
- RC2CryptoServiceProvider.cs
- OletxDependentTransaction.cs
- WebPartConnectionsDisconnectVerb.cs
- QilTernary.cs
- ProcessManager.cs
- PageThemeCodeDomTreeGenerator.cs
- NullReferenceException.cs
- KeyedHashAlgorithm.cs
- DependencyObjectType.cs
- SafeBitVector32.cs
- AttachInfo.cs
- PropertyInformationCollection.cs
- ProfileServiceManager.cs
- ObjectListCommandCollection.cs
- DeclaredTypeElement.cs
- XmlKeywords.cs
- URLMembershipCondition.cs
- xmlsaver.cs
- Span.cs
- DropDownHolder.cs
- AnnotationResourceChangedEventArgs.cs
- DrawingAttributesDefaultValueFactory.cs
- CompressionTracing.cs
- MetadataItemSerializer.cs
- Soap.cs
- TraceRecord.cs
- URLIdentityPermission.cs
- StringInfo.cs
- AnnotationResourceChangedEventArgs.cs
- TableLayoutPanelCellPosition.cs
- wgx_render.cs
- DecimalConverter.cs
- ConsumerConnectionPointCollection.cs
- InstallerTypeAttribute.cs
- FixedPageAutomationPeer.cs
- ResXResourceSet.cs
- UpnEndpointIdentity.cs
- ExtensionFile.cs
- brushes.cs
- OraclePermission.cs
- CorePropertiesFilter.cs
- SqlTransaction.cs
- ProcessHost.cs
- DomainUpDown.cs
- PropertyTab.cs
- DispatcherHooks.cs
- GridItemCollection.cs
- SqlInternalConnectionSmi.cs
- linebase.cs