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
- PartitionResolver.cs
- EdgeProfileValidation.cs
- DocumentPageView.cs
- PropagatorResult.cs
- InternalsVisibleToAttribute.cs
- KerberosReceiverSecurityToken.cs
- CompilerTypeWithParams.cs
- BookmarkScopeManager.cs
- CodeBlockBuilder.cs
- ProjectionCamera.cs
- StateMachine.cs
- Thickness.cs
- DataGridViewElement.cs
- GestureRecognitionResult.cs
- FrameworkElement.cs
- XmlBindingWorker.cs
- MetadataStore.cs
- DocumentsTrace.cs
- Control.cs
- FrameworkPropertyMetadata.cs
- HashHelpers.cs
- WindowsUserNameCachingSecurityTokenAuthenticator.cs
- ExpressionTextBox.xaml.cs
- ListBox.cs
- DynamicArgumentDialog.cs
- TerminatorSinks.cs
- serverconfig.cs
- EventArgs.cs
- WindowsStreamSecurityUpgradeProvider.cs
- SqlCharStream.cs
- ComEventsSink.cs
- ErrorFormatterPage.cs
- PrinterResolution.cs
- ImageIndexConverter.cs
- FlowDocumentReaderAutomationPeer.cs
- ContentElement.cs
- SecurityCookieModeValidator.cs
- AccessedThroughPropertyAttribute.cs
- DataGridItem.cs
- StyleCollection.cs
- XmlResolver.cs
- SmiSettersStream.cs
- BinaryNode.cs
- SqlCacheDependencySection.cs
- SiteMap.cs
- ScrollItemProviderWrapper.cs
- EventProvider.cs
- XmlSchemaSimpleTypeRestriction.cs
- PermissionRequestEvidence.cs
- Calendar.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- ToolStripControlHost.cs
- EditorAttributeInfo.cs
- SecurityContext.cs
- ServiceOperation.cs
- OracleDataAdapter.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- _SSPIWrapper.cs
- DataFieldCollectionEditor.cs
- WebPartDisplayModeEventArgs.cs
- SelectionPatternIdentifiers.cs
- IndentedTextWriter.cs
- Bold.cs
- UnsafePeerToPeerMethods.cs
- MaskedTextBoxTextEditorDropDown.cs
- VerificationAttribute.cs
- DataServiceEntityAttribute.cs
- TextAdaptor.cs
- ScrollChrome.cs
- HttpCachePolicyWrapper.cs
- SerializationHelper.cs
- GeneralTransform3DTo2DTo3D.cs
- PageAdapter.cs
- IsolationInterop.cs
- ObjectDataSource.cs
- HtmlElement.cs
- TextOnlyOutput.cs
- SafeNativeMethods.cs
- PermissionToken.cs
- HiddenField.cs
- FormsAuthenticationUserCollection.cs
- ImportStoreException.cs
- LinqDataView.cs
- HashLookup.cs
- RelativeSource.cs
- Control.cs
- KeyValueInternalCollection.cs
- DataGridPagerStyle.cs
- __Filters.cs
- TextWriterTraceListener.cs
- SqlNode.cs
- BooleanAnimationBase.cs
- QualifiedCellIdBoolean.cs
- listitem.cs
- DBAsyncResult.cs
- FusionWrap.cs
- DSASignatureFormatter.cs
- SmtpNetworkElement.cs
- TransformedBitmap.cs
- CatalogPart.cs