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;
///
/// Provides data for the event.
///
public class GridViewRowEventArgs : EventArgs {
private GridViewRow _row;
///
/// Initializes a new instance of class.
///
public GridViewRowEventArgs(GridViewRow row) {
this._row = row;
}
///
/// Gets an row in the . This property is read-only.
///
public GridViewRow Row {
get {
return _row;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FrameworkObject.cs
- RangeBase.cs
- MailDefinition.cs
- MembershipValidatePasswordEventArgs.cs
- RepeaterCommandEventArgs.cs
- PackageDigitalSignature.cs
- FaultReason.cs
- TextRunCache.cs
- ScriptingWebServicesSectionGroup.cs
- EventSchemaTraceListener.cs
- TableItemPattern.cs
- SlotInfo.cs
- MasterPageParser.cs
- ReflectionPermission.cs
- XmlSchemaSimpleContentRestriction.cs
- _NegoStream.cs
- ByteAnimationUsingKeyFrames.cs
- DataAccessor.cs
- XPathSelectionIterator.cs
- DataGridViewCellPaintingEventArgs.cs
- BamlBinaryReader.cs
- CodeNamespaceImport.cs
- ClipboardProcessor.cs
- DynamicDataRouteHandler.cs
- MultiPageTextView.cs
- InputLangChangeEvent.cs
- CancellableEnumerable.cs
- KeyedHashAlgorithm.cs
- ObjectStateEntry.cs
- Assembly.cs
- EllipseGeometry.cs
- SerializerProvider.cs
- Icon.cs
- oledbmetadatacollectionnames.cs
- HttpCapabilitiesSectionHandler.cs
- SerialPinChanges.cs
- ZipIOCentralDirectoryFileHeader.cs
- InvokeMethodActivityDesigner.cs
- DSACryptoServiceProvider.cs
- EndEvent.cs
- TileBrush.cs
- DocumentApplication.cs
- MenuItemBinding.cs
- ListViewHitTestInfo.cs
- RtfControls.cs
- LinqDataSourceDeleteEventArgs.cs
- RNGCryptoServiceProvider.cs
- TextBox.cs
- EmptyStringExpandableObjectConverter.cs
- HttpListenerRequest.cs
- NameSpaceEvent.cs
- WebServiceClientProxyGenerator.cs
- ErrorLog.cs
- _Semaphore.cs
- VerificationAttribute.cs
- ColorKeyFrameCollection.cs
- CellLabel.cs
- XmlSchemaSimpleContentRestriction.cs
- MenuTracker.cs
- ParameterCollection.cs
- LongMinMaxAggregationOperator.cs
- EntityCommandExecutionException.cs
- BinaryFormatterWriter.cs
- SiteMapNodeCollection.cs
- AxImporter.cs
- ItemsControl.cs
- AsyncCompletedEventArgs.cs
- NamedPipeProcessProtocolHandler.cs
- PtsHelper.cs
- AlgoModule.cs
- Package.cs
- FormClosingEvent.cs
- MouseWheelEventArgs.cs
- SqlDataRecord.cs
- __Error.cs
- Region.cs
- ProfileServiceManager.cs
- GB18030Encoding.cs
- ArgumentFixer.cs
- ErrorHandlingAcceptor.cs
- ListenerSessionConnectionReader.cs
- XmlAnyAttributeAttribute.cs
- DbDataAdapter.cs
- ForwardPositionQuery.cs
- BrowserCapabilitiesCodeGenerator.cs
- OdbcPermission.cs
- BaseAsyncResult.cs
- Property.cs
- DictionaryEntry.cs
- Compiler.cs
- CompositeControl.cs
- indexingfiltermarshaler.cs
- ParameterToken.cs
- TCEAdapterGenerator.cs
- StylusButtonCollection.cs
- ObjectItemCachedAssemblyLoader.cs
- RowVisual.cs
- SoapHeaderException.cs
- Application.cs
- QilChoice.cs