Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewRowEventArgs.cs / 1305376 / GridViewRowEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; ////// public class GridViewRowEventArgs : EventArgs { private GridViewRow _row; ///Provides data for the ///event. /// public GridViewRowEventArgs(GridViewRow row) { this._row = row; } ///Initializes a new instance of ///class. /// public GridViewRow Row { get { return _row; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets an row in the ///. This property is read-only.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EntityEntry.cs
- Int64Storage.cs
- SweepDirectionValidation.cs
- DetailsViewPageEventArgs.cs
- ParallelLoopState.cs
- SafeArrayRankMismatchException.cs
- UrlMappingCollection.cs
- EndCreateSecurityTokenRequest.cs
- TextEditor.cs
- MessageDecoder.cs
- InstanceHandle.cs
- Events.cs
- AutoFocusStyle.xaml.cs
- CertificateManager.cs
- ActivityBindForm.Designer.cs
- IpcPort.cs
- CqlParser.cs
- TimeSpanValidator.cs
- WebPartConnectionsEventArgs.cs
- LinkedResource.cs
- CompilerTypeWithParams.cs
- ConvertersCollection.cs
- XamlToRtfParser.cs
- ParallelEnumerable.cs
- UniqueConstraint.cs
- Html32TextWriter.cs
- UndirectedGraph.cs
- InputManager.cs
- DrawingAttributesDefaultValueFactory.cs
- GroupBoxRenderer.cs
- XmlSchema.cs
- DataBoundControlParameterTarget.cs
- ComboBoxAutomationPeer.cs
- Imaging.cs
- X509AsymmetricSecurityKey.cs
- UnrecognizedPolicyAssertionElement.cs
- NumberAction.cs
- DragDeltaEventArgs.cs
- LayoutEvent.cs
- DataGridViewEditingControlShowingEventArgs.cs
- LostFocusEventManager.cs
- CustomSignedXml.cs
- CopyNodeSetAction.cs
- DoubleLinkList.cs
- SafeUserTokenHandle.cs
- ProcessInfo.cs
- KerberosTicketHashIdentifierClause.cs
- WebErrorHandler.cs
- CodeTypeDeclaration.cs
- TextEditorTables.cs
- Emitter.cs
- XmlSchemaAttributeGroup.cs
- SystemWebSectionGroup.cs
- AttachedAnnotationChangedEventArgs.cs
- DbDataReader.cs
- ConfigXmlCDataSection.cs
- ImmutableObjectAttribute.cs
- TimersDescriptionAttribute.cs
- ModelItemCollection.cs
- CheckBoxBaseAdapter.cs
- GcHandle.cs
- System.Data.OracleClient_BID.cs
- CryptoProvider.cs
- TextParaClient.cs
- SapiInterop.cs
- DecimalMinMaxAggregationOperator.cs
- Native.cs
- RuntimeHandles.cs
- UserCancellationException.cs
- ServiceHost.cs
- OrderByQueryOptionExpression.cs
- GlobalEventManager.cs
- TableStyle.cs
- WebConfigurationHost.cs
- PersistChildrenAttribute.cs
- FigureParaClient.cs
- VisualState.cs
- HandleRef.cs
- path.cs
- PackageRelationshipCollection.cs
- SqlFunctionAttribute.cs
- EntityConnectionStringBuilder.cs
- WindowVisualStateTracker.cs
- HtmlControlPersistable.cs
- List.cs
- BaseConfigurationRecord.cs
- AssemblyCacheEntry.cs
- WindowsImpersonationContext.cs
- Comparer.cs
- UnsafeNativeMethods.cs
- ControlPropertyNameConverter.cs
- BamlBinaryReader.cs
- FileUpload.cs
- PkcsUtils.cs
- ISO2022Encoding.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- ClrPerspective.cs
- InitializationEventAttribute.cs
- Effect.cs
- EncodingTable.cs