Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowErrorTextNeededEventArgs.cs / 1 / DataGridViewRowErrorTextNeededEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ///public class DataGridViewRowErrorTextNeededEventArgs : EventArgs { private int rowIndex; private string errorText; internal DataGridViewRowErrorTextNeededEventArgs(int rowIndex, string errorText) { Debug.Assert(rowIndex >= -1); this.rowIndex = rowIndex; this.errorText = errorText; } /// public string ErrorText { get { return this.errorText; } set { this.errorText = value; } } /// public int RowIndex { get { return this.rowIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RelationshipEndCollection.cs
- CodeTypeReferenceCollection.cs
- GacUtil.cs
- ContentFilePart.cs
- SqlConnectionString.cs
- MessageContractMemberAttribute.cs
- Command.cs
- cookie.cs
- StackOverflowException.cs
- WinCategoryAttribute.cs
- OutputCacheModule.cs
- DataFormats.cs
- TabControl.cs
- ParseNumbers.cs
- Application.cs
- DeploymentSection.cs
- FrameworkTextComposition.cs
- ServerValidateEventArgs.cs
- OdbcCommand.cs
- SamlConditions.cs
- PolyBezierSegmentFigureLogic.cs
- CorrelationScope.cs
- TypeExtensions.cs
- ZipFileInfoCollection.cs
- hresults.cs
- HTMLTextWriter.cs
- ZipFileInfoCollection.cs
- DbgCompiler.cs
- KeyInstance.cs
- ProtocolElement.cs
- UrlAuthFailedErrorFormatter.cs
- Win32.cs
- SecurityChannelFaultConverter.cs
- XmlDocumentType.cs
- HotSpotCollectionEditor.cs
- ThreadStaticAttribute.cs
- TCEAdapterGenerator.cs
- GetWinFXPath.cs
- SettingsSection.cs
- While.cs
- ToolTipService.cs
- MembershipUser.cs
- SafeProcessHandle.cs
- ContainerTracking.cs
- FixedSOMGroup.cs
- Journal.cs
- DefaultAutoFieldGenerator.cs
- DataColumn.cs
- OAVariantLib.cs
- CodeMemberEvent.cs
- XmlSerializerVersionAttribute.cs
- PropertyToken.cs
- XPathDocumentIterator.cs
- DBProviderConfigurationHandler.cs
- FontStyles.cs
- rsa.cs
- SystemWebExtensionsSectionGroup.cs
- WebPartCancelEventArgs.cs
- ValidationRuleCollection.cs
- HWStack.cs
- ResourceKey.cs
- BitmapVisualManager.cs
- SequenceFullException.cs
- BitmapData.cs
- StringWriter.cs
- Automation.cs
- LinkDescriptor.cs
- XNodeValidator.cs
- InheritanceContextHelper.cs
- UICuesEvent.cs
- WebFaultClientMessageInspector.cs
- SettingsContext.cs
- WorkBatch.cs
- EntityConnectionStringBuilder.cs
- HtmlString.cs
- ResourcePart.cs
- CommandDevice.cs
- DataPagerFieldItem.cs
- ObjectDataSourceDisposingEventArgs.cs
- ProcessingInstructionAction.cs
- MessageFault.cs
- WebControl.cs
- ButtonChrome.cs
- RSAPKCS1KeyExchangeFormatter.cs
- XmlTypeMapping.cs
- PropertyChangedEventManager.cs
- HandlerFactoryWrapper.cs
- EditorZoneBase.cs
- SiteMapSection.cs
- TimelineGroup.cs
- WebPartZoneBase.cs
- InputLanguageManager.cs
- LogArchiveSnapshot.cs
- ContainerControlDesigner.cs
- HttpDebugHandler.cs
- ExclusiveNamedPipeTransportManager.cs
- XmlSchemaObjectTable.cs
- UnmanagedHandle.cs
- XmlCountingReader.cs
- XmlSchemaExternal.cs