Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- PropertyGridCommands.cs
- SessionStateModule.cs
- DictionaryBase.cs
- Focus.cs
- DateTimeConstantAttribute.cs
- UriScheme.cs
- StoreAnnotationsMap.cs
- RectAnimationUsingKeyFrames.cs
- AnnotationHighlightLayer.cs
- ClrPerspective.cs
- WebRequestModuleElementCollection.cs
- __FastResourceComparer.cs
- HighlightVisual.cs
- SpellCheck.cs
- AnimationStorage.cs
- ServiceModelConfigurationSection.cs
- CommandField.cs
- ZipIOExtraFieldPaddingElement.cs
- DataProtection.cs
- TypeToken.cs
- RemoteWebConfigurationHost.cs
- ConnectionOrientedTransportManager.cs
- MenuAdapter.cs
- ObjRef.cs
- ProcessHostMapPath.cs
- WorkflowInstance.cs
- BooleanFunctions.cs
- MSG.cs
- TypeToStringValueConverter.cs
- MetadataItem_Static.cs
- EditorBrowsableAttribute.cs
- TextEditorMouse.cs
- DbException.cs
- TextTreeText.cs
- FormViewPageEventArgs.cs
- StatusBarAutomationPeer.cs
- PackagePart.cs
- CriticalExceptions.cs
- ListViewItem.cs
- TextElementEnumerator.cs
- FunctionDescription.cs
- ExpandCollapsePattern.cs
- InstanceHandleConflictException.cs
- SqlConnectionHelper.cs
- TimeSpan.cs
- OperatingSystem.cs
- ContainerParagraph.cs
- oledbmetadatacollectionnames.cs
- AdCreatedEventArgs.cs
- EncoderExceptionFallback.cs
- RemoteWebConfigurationHostServer.cs
- CroppedBitmap.cs
- SpecialFolderEnumConverter.cs
- DataIdProcessor.cs
- FormsAuthenticationTicket.cs
- Authorization.cs
- CatalogPartCollection.cs
- QuaternionAnimationBase.cs
- CacheChildrenQuery.cs
- DataRowComparer.cs
- RequestCacheValidator.cs
- DnsElement.cs
- sqlpipe.cs
- ExternalException.cs
- PreviewPageInfo.cs
- DuplicateDetector.cs
- BrowserDefinition.cs
- WebResourceAttribute.cs
- WorkflowStateRollbackService.cs
- DataStreamFromComStream.cs
- QilPatternFactory.cs
- VisualStyleRenderer.cs
- ConfigurationSchemaErrors.cs
- ToolBar.cs
- HtmlTitle.cs
- WindowsGrip.cs
- TabControlCancelEvent.cs
- VisualCollection.cs
- HtmlControl.cs
- EncodingNLS.cs
- XmlExtensionFunction.cs
- XmlQualifiedName.cs
- SoapInteropTypes.cs
- CookieParameter.cs
- SByteConverter.cs
- RegexFCD.cs
- ConfigXmlDocument.cs
- StdValidatorsAndConverters.cs
- BooleanProjectedSlot.cs
- SweepDirectionValidation.cs
- OutOfProcStateClientManager.cs
- DataGridViewBindingCompleteEventArgs.cs
- SmiRecordBuffer.cs
- RoleGroup.cs
- IItemProperties.cs
- SQlBooleanStorage.cs
- BufferBuilder.cs
- VirtualizingPanel.cs
- IdentityHolder.cs
- DrawingServices.cs