Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets an row in the ///. This property is read-only. // 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; } } } } // 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
- Rijndael.cs
- WSAddressing10ProblemHeaderQNameFault.cs
- CompositeScriptReference.cs
- SqlDataSourceSelectingEventArgs.cs
- EntityClientCacheEntry.cs
- ProfileProvider.cs
- CodeSnippetCompileUnit.cs
- GridEntry.cs
- ProgressBarBrushConverter.cs
- Item.cs
- safePerfProviderHandle.cs
- InvalidDataException.cs
- WebResourceUtil.cs
- XsltArgumentList.cs
- datacache.cs
- MonikerSyntaxException.cs
- XamlVector3DCollectionSerializer.cs
- CodeSnippetExpression.cs
- HealthMonitoringSectionHelper.cs
- WebBrowser.cs
- LexicalChunk.cs
- DataGridLinkButton.cs
- XhtmlBasicCalendarAdapter.cs
- Roles.cs
- EntityWrapperFactory.cs
- SmtpNetworkElement.cs
- XmlDataSource.cs
- SiteOfOriginPart.cs
- ImageListImage.cs
- SqlDataSourceSelectingEventArgs.cs
- RowToFieldTransformer.cs
- SimpleBitVector32.cs
- JapaneseLunisolarCalendar.cs
- XPathMultyIterator.cs
- DataServiceRequestException.cs
- PageAsyncTask.cs
- IndexedEnumerable.cs
- CalendarBlackoutDatesCollection.cs
- SoapAttributes.cs
- StoreUtilities.cs
- FixedStringLookup.cs
- OutOfMemoryException.cs
- UserControlBuildProvider.cs
- WriteableBitmap.cs
- MethodToken.cs
- XmlWhitespace.cs
- AssemblyFilter.cs
- Evidence.cs
- WorkflowLayouts.cs
- DataFormat.cs
- ClientOptions.cs
- Deserializer.cs
- X509CertificateClaimSet.cs
- RequestCachingSection.cs
- TemplateManager.cs
- ServiceHost.cs
- RoleManagerEventArgs.cs
- NativeMethods.cs
- GreenMethods.cs
- IgnoreFlushAndCloseStream.cs
- StrongNameHelpers.cs
- DebuggerAttributes.cs
- XmlHierarchicalDataSourceView.cs
- SyntaxCheck.cs
- CompilerTypeWithParams.cs
- AsyncOperation.cs
- RootBrowserWindowAutomationPeer.cs
- mediaeventshelper.cs
- ToolStripLocationCancelEventArgs.cs
- Signature.cs
- clipboard.cs
- RangeValuePattern.cs
- Size.cs
- ComponentCommands.cs
- Popup.cs
- CodeAssignStatement.cs
- TemplateXamlParser.cs
- TemplateNameScope.cs
- WindowsScrollBar.cs
- CalendarDataBindingHandler.cs
- HiddenField.cs
- EntityDataSourceViewSchema.cs
- Byte.cs
- XmlSchemaSubstitutionGroup.cs
- AccessorTable.cs
- PassportPrincipal.cs
- CatalogPart.cs
- MouseBinding.cs
- FontWeight.cs
- XmlSortKeyAccumulator.cs
- ReferenceSchema.cs
- UriExt.cs
- CheckBoxStandardAdapter.cs
- CompilerCollection.cs
- WindowManager.cs
- SqlTypesSchemaImporter.cs
- DesignerExtenders.cs
- RoleGroupCollection.cs
- HuffCodec.cs
- TrackBar.cs