Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowErrorTextNeededEventArgs.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LocalBuilder.cs
- WebPartEditorOkVerb.cs
- PeerSecurityHelpers.cs
- MarkupObject.cs
- _LocalDataStore.cs
- HighlightComponent.cs
- SystemDiagnosticsSection.cs
- RuleProcessor.cs
- EncodingNLS.cs
- ClientTarget.cs
- Int16.cs
- SafeNativeMethodsMilCoreApi.cs
- RegexTree.cs
- EventLogLink.cs
- SmtpReplyReaderFactory.cs
- UnaryNode.cs
- ImageKeyConverter.cs
- WebDisplayNameAttribute.cs
- Transform.cs
- WpfWebRequestHelper.cs
- XmlNullResolver.cs
- UpdateProgress.cs
- ExtensibleClassFactory.cs
- Panel.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- Stack.cs
- HideDisabledControlAdapter.cs
- TreeView.cs
- IndexedString.cs
- AdornerDecorator.cs
- EditorPartCollection.cs
- StyleCollection.cs
- ComAdminWrapper.cs
- Error.cs
- ResourceWriter.cs
- DataGridItem.cs
- PartitionResolver.cs
- COSERVERINFO.cs
- SystemGatewayIPAddressInformation.cs
- SpnEndpointIdentityExtension.cs
- LassoHelper.cs
- CreateInstanceBinder.cs
- SoapIncludeAttribute.cs
- XmlSchemaObject.cs
- columnmapkeybuilder.cs
- SessionSwitchEventArgs.cs
- DefaultSerializationProviderAttribute.cs
- CommonObjectSecurity.cs
- ObfuscationAttribute.cs
- Brushes.cs
- ProfilePropertySettingsCollection.cs
- FileResponseElement.cs
- NetworkInformationException.cs
- OleDbDataReader.cs
- MetabaseSettingsIis7.cs
- NullEntityWrapper.cs
- LinqToSqlWrapper.cs
- querybuilder.cs
- TableCellAutomationPeer.cs
- XmlUTF8TextWriter.cs
- CopyNamespacesAction.cs
- ListViewGroup.cs
- PropVariant.cs
- SymDocumentType.cs
- Delegate.cs
- ManualWorkflowSchedulerService.cs
- ExtractorMetadata.cs
- PeerHelpers.cs
- TypeSystemHelpers.cs
- DataGridCell.cs
- ToolStripControlHost.cs
- PermissionSet.cs
- DataServiceResponse.cs
- RenderingEventArgs.cs
- AccessKeyManager.cs
- SoapTypeAttribute.cs
- SafeArchiveContext.cs
- PartialCachingAttribute.cs
- LineServicesRun.cs
- SolidBrush.cs
- IItemProperties.cs
- UniqueEventHelper.cs
- JsonServiceDocumentSerializer.cs
- RealProxy.cs
- TemplatingOptionsDialog.cs
- XmlResolver.cs
- DbReferenceCollection.cs
- BackStopAuthenticationModule.cs
- isolationinterop.cs
- EditorZoneBase.cs
- ResourceAssociationSetEnd.cs
- ArrayElementGridEntry.cs
- ListItemCollection.cs
- FunctionDescription.cs
- BitmapMetadata.cs
- WebPartConnectionsCancelVerb.cs
- CommandBinding.cs
- LiteralTextParser.cs
- JournalEntryListConverter.cs
- ParameterRetriever.cs