Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewRowEventArgs.cs / 1 / GridViewRowEventArgs.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 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; } } } }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
- HtmlInputButton.cs
- MarshalByValueComponent.cs
- ListDictionary.cs
- RegexWriter.cs
- CurrentTimeZone.cs
- NamespaceMapping.cs
- SchemaSetCompiler.cs
- VScrollBar.cs
- DbUpdateCommandTree.cs
- TheQuery.cs
- Configuration.cs
- DataRecordObjectView.cs
- DataGridAddNewRow.cs
- SignedXmlDebugLog.cs
- MethodBody.cs
- ProjectionPlanCompiler.cs
- EventWaitHandleSecurity.cs
- AnnotationStore.cs
- Pair.cs
- ApplicationCommands.cs
- XmlAttributes.cs
- AuthenticationModuleElementCollection.cs
- ContainerFilterService.cs
- SafeWaitHandle.cs
- ThreadStateException.cs
- FontStretchConverter.cs
- LinkButton.cs
- RightsManagementInformation.cs
- DefaultMergeHelper.cs
- FilterableAttribute.cs
- CodeCatchClauseCollection.cs
- HtmlInputSubmit.cs
- DataQuery.cs
- Solver.cs
- AsynchronousChannel.cs
- GridItemCollection.cs
- ResourceReferenceExpressionConverter.cs
- SpinLock.cs
- XamlStyleSerializer.cs
- SchemaTypeEmitter.cs
- Assign.cs
- CodeSnippetCompileUnit.cs
- RemotingException.cs
- RelatedImageListAttribute.cs
- Visitors.cs
- CompModSwitches.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- DataKey.cs
- DataBindingExpressionBuilder.cs
- ArgumentOutOfRangeException.cs
- StructuredTypeEmitter.cs
- Misc.cs
- SettingsPropertyIsReadOnlyException.cs
- HtmlLiteralTextAdapter.cs
- Constraint.cs
- ItemCollection.cs
- SessionEndedEventArgs.cs
- ExpressionBuilder.cs
- _NetworkingPerfCounters.cs
- WmlCommandAdapter.cs
- StrokeNodeData.cs
- ProxyWebPartManager.cs
- WebPartConnectionsConfigureVerb.cs
- CTreeGenerator.cs
- VideoDrawing.cs
- Gdiplus.cs
- SemaphoreSecurity.cs
- GridLengthConverter.cs
- XmlValidatingReaderImpl.cs
- SqlStatistics.cs
- ToolStripPanelSelectionGlyph.cs
- StdValidatorsAndConverters.cs
- IntranetCredentialPolicy.cs
- NumericExpr.cs
- TemplateAction.cs
- Trace.cs
- PartitionedStream.cs
- TextProperties.cs
- LOSFormatter.cs
- StringBlob.cs
- ProviderConnectionPoint.cs
- PrintPageEvent.cs
- RowsCopiedEventArgs.cs
- TraceSection.cs
- HexParser.cs
- CompilerErrorCollection.cs
- PersonalizationAdministration.cs
- WrappedIUnknown.cs
- SchemaAttDef.cs
- SpeechUI.cs
- XdrBuilder.cs
- columnmapfactory.cs
- KeyEventArgs.cs
- GreaterThanOrEqual.cs
- IntPtr.cs
- AsyncSerializedWorker.cs
- MouseCaptureWithinProperty.cs
- SecurityElement.cs
- FreezableDefaultValueFactory.cs
- X509PeerCertificateAuthentication.cs