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
- LogicalExpr.cs
- ConditionalAttribute.cs
- DesignerAdapterUtil.cs
- GregorianCalendar.cs
- StringBlob.cs
- COM2FontConverter.cs
- NumericUpDownAccelerationCollection.cs
- X509ChainPolicy.cs
- EntitySetDataBindingList.cs
- ToolStripCodeDomSerializer.cs
- PerspectiveCamera.cs
- SourceLineInfo.cs
- InlineUIContainer.cs
- ByteAnimationUsingKeyFrames.cs
- DrawingContextWalker.cs
- RemoteWebConfigurationHostStream.cs
- InputLanguageManager.cs
- CheckPair.cs
- login.cs
- FixedSOMTableCell.cs
- CounterSample.cs
- MeasureItemEvent.cs
- OdbcConnectionString.cs
- XamlStyleSerializer.cs
- EventLogEntry.cs
- ForAllOperator.cs
- DataObject.cs
- XslException.cs
- BinaryWriter.cs
- OdbcFactory.cs
- GlobalizationSection.cs
- DesignTimeVisibleAttribute.cs
- UdpReplyToBehavior.cs
- EnumDataContract.cs
- propertytag.cs
- AtlasWeb.Designer.cs
- MatrixAnimationUsingPath.cs
- OutArgument.cs
- CTreeGenerator.cs
- ReferencedCollectionType.cs
- FontUnitConverter.cs
- NTAccount.cs
- LabelTarget.cs
- UIElementPropertyUndoUnit.cs
- TypedDataSourceCodeGenerator.cs
- ValueOfAction.cs
- WebServiceReceive.cs
- LabelAutomationPeer.cs
- ExpanderAutomationPeer.cs
- PathGeometry.cs
- TemplateControlParser.cs
- AdapterUtil.cs
- PngBitmapDecoder.cs
- UnsafeNetInfoNativeMethods.cs
- EntitySetBase.cs
- FileLogRecordStream.cs
- HttpRuntimeSection.cs
- XsltFunctions.cs
- BindingEditor.xaml.cs
- FrameworkRichTextComposition.cs
- DataBinding.cs
- TableDetailsRow.cs
- DbExpressionRules.cs
- Size3D.cs
- JpegBitmapDecoder.cs
- SingleStorage.cs
- CodeMethodReturnStatement.cs
- BamlTreeUpdater.cs
- LocatorBase.cs
- ColorAnimationBase.cs
- GradientBrush.cs
- RouteParametersHelper.cs
- EventArgs.cs
- UIElement3D.cs
- OracleSqlParser.cs
- QueryMatcher.cs
- DrawingContextDrawingContextWalker.cs
- InheritedPropertyChangedEventArgs.cs
- InvalidEnumArgumentException.cs
- Graphics.cs
- RoutingExtensionElement.cs
- StyleXamlParser.cs
- DataSourceHelper.cs
- ValidationErrorCollection.cs
- SafeNativeMethodsMilCoreApi.cs
- CharacterMetricsDictionary.cs
- IPipelineRuntime.cs
- GridViewRowPresenterBase.cs
- TextTreePropertyUndoUnit.cs
- ToolboxDataAttribute.cs
- InternalCache.cs
- ButtonColumn.cs
- ImageClickEventArgs.cs
- TypeDependencyAttribute.cs
- MonthCalendar.cs
- hwndwrapper.cs
- ServiceDescriptionImporter.cs
- ExpressionContext.cs
- XmlSchemaImporter.cs
- LicFileLicenseProvider.cs