Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class GridViewCommandEventArgs : CommandEventArgs { private GridViewRow _row; private object _commandSource; ///Provides data for some ///events. /// 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; } ///Initializes a new instance of the ////// class. /// public object CommandSource { get { return _commandSource; } } ///Gets the source of the command. This property is read-only. ////// internal GridViewRow Row { get { return _row; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.Gets the row in the ///that was clicked. This property is read-only.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MiniParameterInfo.cs
- XmlIlTypeHelper.cs
- CompressEmulationStream.cs
- MemberAccessException.cs
- ConfigXmlElement.cs
- TokenizerHelper.cs
- TrustLevel.cs
- CompressStream.cs
- NotCondition.cs
- ExtensionSurface.cs
- DocumentSchemaValidator.cs
- DataSetUtil.cs
- ResXFileRef.cs
- DataGridViewComboBoxCell.cs
- MultiTargetingUtil.cs
- LoginUtil.cs
- SingleResultAttribute.cs
- SecurityManager.cs
- RelatedView.cs
- TableHeaderCell.cs
- PixelShader.cs
- ComponentEditorForm.cs
- SQLGuidStorage.cs
- Number.cs
- ActiveDocumentEvent.cs
- ElementHostPropertyMap.cs
- RegisteredDisposeScript.cs
- HttpModuleAction.cs
- WindowsListBox.cs
- InstanceDescriptor.cs
- ResourceCodeDomSerializer.cs
- OletxTransactionHeader.cs
- DataGridTextBox.cs
- XmlResolver.cs
- StringValidatorAttribute.cs
- IssuanceLicense.cs
- DBProviderConfigurationHandler.cs
- IdentitySection.cs
- SettingsContext.cs
- AutoGeneratedFieldProperties.cs
- tibetanshape.cs
- SimpleTableProvider.cs
- TextEndOfLine.cs
- SqlProviderServices.cs
- Cloud.cs
- ClientEventManager.cs
- DbDataAdapter.cs
- MaskedTextProvider.cs
- ConfigurationPropertyCollection.cs
- IIS7ConfigurationLoader.cs
- AxisAngleRotation3D.cs
- LocatorManager.cs
- TemplateKeyConverter.cs
- EmptyEnumerator.cs
- GeometryGroup.cs
- PlanCompilerUtil.cs
- TypeConverterHelper.cs
- PassportAuthenticationEventArgs.cs
- DropShadowEffect.cs
- SQLMembershipProvider.cs
- filewebresponse.cs
- OwnerDrawPropertyBag.cs
- ConnectionPoolManager.cs
- WebPartManager.cs
- ConfigurationCollectionAttribute.cs
- SizeConverter.cs
- DisplayMemberTemplateSelector.cs
- ResourceManagerWrapper.cs
- TransactionChannelFactory.cs
- ListControl.cs
- BrowserCapabilitiesFactory.cs
- ResourcesBuildProvider.cs
- ColumnWidthChangingEvent.cs
- Command.cs
- InfoCardSymmetricAlgorithm.cs
- CodeAccessSecurityEngine.cs
- PackagePart.cs
- ClientTarget.cs
- SubpageParaClient.cs
- HttpStreamMessageEncoderFactory.cs
- ChangeDirector.cs
- SchemaElementDecl.cs
- XmlSchemaComplexContentExtension.cs
- Substitution.cs
- ContentType.cs
- MDIWindowDialog.cs
- RawStylusActions.cs
- ErrorInfoXmlDocument.cs
- ClockController.cs
- X509Utils.cs
- DataGridItemEventArgs.cs
- UIElementAutomationPeer.cs
- _Semaphore.cs
- JsonFormatReaderGenerator.cs
- ImageDrawing.cs
- SafeFileMapViewHandle.cs
- PolyQuadraticBezierSegment.cs
- MessageBox.cs
- WorkerRequest.cs
- TextUtf8RawTextWriter.cs