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
- RelationshipType.cs
- MessagePartDescription.cs
- ChangeTracker.cs
- CodeLinePragma.cs
- XamlSerializationHelper.cs
- FormatterServices.cs
- ControlBuilder.cs
- EdgeModeValidation.cs
- WindowsListViewGroupSubsetLink.cs
- GeometryCollection.cs
- GlobalProxySelection.cs
- XmlParserContext.cs
- Menu.cs
- ExtensibleSyndicationObject.cs
- VisualStyleElement.cs
- CacheEntry.cs
- TabPanel.cs
- DataGridSortCommandEventArgs.cs
- DataListCommandEventArgs.cs
- LinearGradientBrush.cs
- Buffer.cs
- XmlIlVisitor.cs
- Transform3DGroup.cs
- OdbcHandle.cs
- XmlSchemaAttributeGroupRef.cs
- ModelProperty.cs
- StringDictionaryEditor.cs
- SqlFormatter.cs
- TextElementCollection.cs
- FormViewModeEventArgs.cs
- Or.cs
- DataGridViewAdvancedBorderStyle.cs
- RIPEMD160.cs
- SchemaImporterExtension.cs
- ArrangedElement.cs
- AsymmetricKeyExchangeDeformatter.cs
- PersonalizablePropertyEntry.cs
- FileSecurity.cs
- GetWinFXPath.cs
- TypeConverter.cs
- FlatButtonAppearance.cs
- BadImageFormatException.cs
- WindowInteractionStateTracker.cs
- SqlBinder.cs
- XmlHierarchicalDataSourceView.cs
- ToolBarButtonClickEvent.cs
- QilStrConcat.cs
- XPathSingletonIterator.cs
- RequestStatusBarUpdateEventArgs.cs
- ToolStripOverflowButton.cs
- GeometryGroup.cs
- ParallelSeparator.xaml.cs
- ToolStripContainer.cs
- Matrix3D.cs
- AssemblyLoader.cs
- InkPresenter.cs
- DifferencingCollection.cs
- HwndSubclass.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- DrawListViewSubItemEventArgs.cs
- WindowsSolidBrush.cs
- VersionPair.cs
- LeafCellTreeNode.cs
- webproxy.cs
- ColumnHeader.cs
- ColorConvertedBitmapExtension.cs
- FileVersionInfo.cs
- AxParameterData.cs
- ImageAnimator.cs
- PixelFormat.cs
- Model3DCollection.cs
- RadioButtonAutomationPeer.cs
- BezierSegment.cs
- FolderBrowserDialog.cs
- DataGridLinkButton.cs
- Vector3D.cs
- WebEventCodes.cs
- RelatedCurrencyManager.cs
- StorageRoot.cs
- TimelineClockCollection.cs
- _HeaderInfoTable.cs
- VirtualDirectoryMappingCollection.cs
- regiisutil.cs
- TextSpanModifier.cs
- TemplateInstanceAttribute.cs
- HtmlInputHidden.cs
- HttpCacheVaryByContentEncodings.cs
- PolicyLevel.cs
- StringStorage.cs
- FileIOPermission.cs
- SafeHandle.cs
- SystemIPAddressInformation.cs
- MarkupExtensionParser.cs
- CollectionViewGroupRoot.cs
- StringConcat.cs
- wgx_sdk_version.cs
- Function.cs
- AdRotator.cs
- QilParameter.cs
- QilName.cs