Code:
/ DotNET / DotNET / 8.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
- ScriptReference.cs
- validationstate.cs
- RenderOptions.cs
- WebBrowserBase.cs
- BindingBase.cs
- RequestQueryProcessor.cs
- EmptyTextWriter.cs
- Common.cs
- XmlName.cs
- SafeNativeMethods.cs
- Renderer.cs
- ModuleElement.cs
- UpdateEventArgs.cs
- DecimalKeyFrameCollection.cs
- WindowsContainer.cs
- HostedNamedPipeTransportManager.cs
- GridSplitterAutomationPeer.cs
- PrimaryKeyTypeConverter.cs
- AutomationPeer.cs
- DecimalAnimation.cs
- Column.cs
- DynamicRendererThreadManager.cs
- AmbientLight.cs
- HwndHost.cs
- SelectionProcessor.cs
- Accessible.cs
- UniqueCodeIdentifierScope.cs
- PrintController.cs
- counter.cs
- ImpersonationContext.cs
- SQLInt32.cs
- MediaPlayerState.cs
- Converter.cs
- Single.cs
- DBDataPermissionAttribute.cs
- StateMachineWorkflow.cs
- HostedTransportConfigurationBase.cs
- LocalValueEnumerator.cs
- DateTimeOffsetConverter.cs
- FileFormatException.cs
- Command.cs
- Options.cs
- AssemblyBuilder.cs
- ParentUndoUnit.cs
- Mappings.cs
- BrushConverter.cs
- LayoutTable.cs
- WindowsFont.cs
- ToolboxComponentsCreatingEventArgs.cs
- Win32PrintDialog.cs
- WizardForm.cs
- Enum.cs
- SafeIUnknown.cs
- DataContractSerializerServiceBehavior.cs
- TextEditorTables.cs
- CorePropertiesFilter.cs
- X509CertificateCollection.cs
- IndentTextWriter.cs
- LinqDataSourceSelectEventArgs.cs
- XPathNodeHelper.cs
- FloatMinMaxAggregationOperator.cs
- ReadWriteObjectLock.cs
- ClientApiGenerator.cs
- CodeNamespaceImportCollection.cs
- CodeSnippetTypeMember.cs
- WebServiceHostFactory.cs
- Int16Storage.cs
- XmlLanguageConverter.cs
- SystemTcpStatistics.cs
- ConstraintManager.cs
- LocatorManager.cs
- ScriptResourceHandler.cs
- TraceListener.cs
- DependencyPropertyKind.cs
- SimpleWebHandlerParser.cs
- COM2EnumConverter.cs
- Operand.cs
- TraceHandlerErrorFormatter.cs
- TraceHwndHost.cs
- ManageRequest.cs
- MulticastDelegate.cs
- PtsContext.cs
- IpcClientChannel.cs
- SqlNode.cs
- CompilerGlobalScopeAttribute.cs
- TemplateKey.cs
- XPathNodeList.cs
- CodeDirectoryCompiler.cs
- CachingHintValidation.cs
- SelectionProcessor.cs
- CatalogPartCollection.cs
- MultiAsyncResult.cs
- UpdatePanelTrigger.cs
- OleDbDataReader.cs
- CryptoKeySecurity.cs
- KernelTypeValidation.cs
- TreeNodeCollection.cs
- DependencyPropertyDescriptor.cs
- Material.cs
- XmlSchemaSimpleType.cs