Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewCommandEventArgs.cs / 1 / GridViewCommandEventArgs.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 GridViewCommandEventArgs : CommandEventArgs {
private GridViewRow _row;
private object _commandSource;
///
/// Initializes a new instance of the
/// class.
///
public GridViewCommandEventArgs(GridViewRow row, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) {
this._row = row;
this._commandSource = commandSource;
}
///
/// Initializes a new instance of the
/// class.
///
public GridViewCommandEventArgs(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;
}
}
///
/// Gets the row in the that was clicked. This property is read-only.
///
internal GridViewRow Row {
get {
return _row;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RequestCachingSection.cs
- URL.cs
- XmlElementList.cs
- linebase.cs
- Substitution.cs
- PerformanceCounterManager.cs
- SafeRightsManagementPubHandle.cs
- SqlNode.cs
- StdRegProviderWrapper.cs
- HttpValueCollection.cs
- HotSpotCollection.cs
- DrawingBrush.cs
- ReadOnlyCollection.cs
- WebPartEditorOkVerb.cs
- HtmlMeta.cs
- AuthorizationRuleCollection.cs
- WmlPanelAdapter.cs
- BitmapEffectCollection.cs
- ProfileManager.cs
- DefaultParameterValueAttribute.cs
- TypeKeyValue.cs
- QueuePathEditor.cs
- SafeTokenHandle.cs
- __FastResourceComparer.cs
- InputScope.cs
- SliderAutomationPeer.cs
- NavigationEventArgs.cs
- TypedTableBaseExtensions.cs
- Lookup.cs
- CompilerWrapper.cs
- CfgParser.cs
- StopStoryboard.cs
- TextServicesContext.cs
- IriParsingElement.cs
- PageBorderless.cs
- SyndicationElementExtensionCollection.cs
- ListViewSelectEventArgs.cs
- ListenerUnsafeNativeMethods.cs
- BinaryObjectWriter.cs
- RNGCryptoServiceProvider.cs
- ClipboardProcessor.cs
- ForEachAction.cs
- CommonGetThemePartSize.cs
- XmlDataContract.cs
- VariantWrapper.cs
- SystemWebSectionGroup.cs
- DataRelationCollection.cs
- TypographyProperties.cs
- FileCodeGroup.cs
- JournalEntry.cs
- ISFClipboardData.cs
- WebPartCancelEventArgs.cs
- DiscoveryDocumentLinksPattern.cs
- rsa.cs
- HybridObjectCache.cs
- TimeoutValidationAttribute.cs
- PiiTraceSource.cs
- SqlStatistics.cs
- DataServicePagingProviderWrapper.cs
- AncillaryOps.cs
- TextRangeProviderWrapper.cs
- followingquery.cs
- ServiceConfigurationTraceRecord.cs
- SqlDataRecord.cs
- DbModificationCommandTree.cs
- DataGridClipboardCellContent.cs
- WinFormsUtils.cs
- RegexCaptureCollection.cs
- SplitterPanel.cs
- WindowsAuthenticationEventArgs.cs
- ExpressionPrinter.cs
- TypeSemantics.cs
- SimpleRecyclingCache.cs
- HtmlElement.cs
- EntitySqlQueryBuilder.cs
- MonitoringDescriptionAttribute.cs
- PropertyPathWorker.cs
- IdleTimeoutMonitor.cs
- RelationshipEndCollection.cs
- SqlConnectionPoolGroupProviderInfo.cs
- Claim.cs
- Brush.cs
- TypeUnloadedException.cs
- TypeDescriptionProviderAttribute.cs
- FastEncoderWindow.cs
- VectorConverter.cs
- SafeMemoryMappedViewHandle.cs
- ContentType.cs
- exports.cs
- ServiceOperationInfoTypeConverter.cs
- PropertyTab.cs
- FormsAuthenticationUser.cs
- ToolStripItemImageRenderEventArgs.cs
- TemplatedWizardStep.cs
- WindowsScrollBar.cs
- ToolboxService.cs
- OracleTransaction.cs
- MaskedTextBox.cs
- ViewEvent.cs
- __Filters.cs