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
- OperationPickerDialog.cs
- ItemDragEvent.cs
- WebZoneDesigner.cs
- FileDialogCustomPlacesCollection.cs
- FileNotFoundException.cs
- EntityDataSourceContainerNameConverter.cs
- RepeaterItem.cs
- ProxyWebPartConnectionCollection.cs
- OleDbPropertySetGuid.cs
- GetWinFXPath.cs
- ListControlConvertEventArgs.cs
- ObjectItemConventionAssemblyLoader.cs
- AuthenticatingEventArgs.cs
- BoolExpressionVisitors.cs
- EmptyImpersonationContext.cs
- FilteredAttributeCollection.cs
- DataGridViewRowStateChangedEventArgs.cs
- CookielessHelper.cs
- DataControlPagerLinkButton.cs
- WSSecurityOneDotZeroReceiveSecurityHeader.cs
- WindowsStartMenu.cs
- PermissionToken.cs
- DataSourceXmlAttributeAttribute.cs
- CompModSwitches.cs
- SecurityElement.cs
- SqlParameterCollection.cs
- StringDictionaryWithComparer.cs
- ParenthesizePropertyNameAttribute.cs
- SuppressIldasmAttribute.cs
- InkCanvasSelectionAdorner.cs
- WebPartZone.cs
- UxThemeWrapper.cs
- RenameRuleObjectDialog.cs
- ToolstripProfessionalRenderer.cs
- PageParserFilter.cs
- ArithmeticException.cs
- NavigationPropertyEmitter.cs
- Base64WriteStateInfo.cs
- ListSourceHelper.cs
- RenderingBiasValidation.cs
- DataGridPagerStyle.cs
- ButtonAutomationPeer.cs
- ConstructorNeedsTagAttribute.cs
- DtdParser.cs
- BindingExpressionBase.cs
- DataAccessor.cs
- IconBitmapDecoder.cs
- DataExchangeServiceBinder.cs
- DBSchemaTable.cs
- HtmlMeta.cs
- SystemTcpStatistics.cs
- Accessible.cs
- XmlSchemaObjectCollection.cs
- ScrollContentPresenter.cs
- MD5.cs
- SizeAnimation.cs
- WebBrowser.cs
- DispatcherHookEventArgs.cs
- PartialList.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- HttpApplicationFactory.cs
- ObjectParameterCollection.cs
- SqlServices.cs
- RectangleGeometry.cs
- FontSource.cs
- ColorInterpolationModeValidation.cs
- SqlDataSourceCache.cs
- DataComponentMethodGenerator.cs
- HuffmanTree.cs
- Header.cs
- QueryOperationResponseOfT.cs
- FormsIdentity.cs
- PersonalizationStateQuery.cs
- XsltOutput.cs
- ContentType.cs
- CorePropertiesFilter.cs
- WorkflowEnvironment.cs
- ServiceProviders.cs
- DataKeyPropertyAttribute.cs
- ServerValidateEventArgs.cs
- SystemTcpConnection.cs
- MessageSecurityOverMsmq.cs
- FormViewInsertEventArgs.cs
- WebPartConnectionsConnectVerb.cs
- Label.cs
- CachedPathData.cs
- Variant.cs
- RetrieveVirtualItemEventArgs.cs
- FloaterBaseParagraph.cs
- ELinqQueryState.cs
- Canvas.cs
- GetPageCompletedEventArgs.cs
- CacheEntry.cs
- NavigatorInvalidBodyAccessException.cs
- PageHandlerFactory.cs
- CorrelationToken.cs
- FirstMatchCodeGroup.cs
- WebServiceClientProxyGenerator.cs
- ConfigXmlElement.cs
- HierarchicalDataBoundControlAdapter.cs