Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellErrorTextNeededEventArgs.cs / 1 / DataGridViewCellErrorTextNeededEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System;
using System.Diagnostics;
///
public class DataGridViewCellErrorTextNeededEventArgs : DataGridViewCellEventArgs
{
private string errorText;
internal DataGridViewCellErrorTextNeededEventArgs(
int columnIndex,
int rowIndex,
string errorText) : base(columnIndex, rowIndex)
{
this.errorText = errorText;
}
///
public string ErrorText
{
get
{
return this.errorText;
}
set
{
this.errorText = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System;
using System.Diagnostics;
///
public class DataGridViewCellErrorTextNeededEventArgs : DataGridViewCellEventArgs
{
private string errorText;
internal DataGridViewCellErrorTextNeededEventArgs(
int columnIndex,
int rowIndex,
string errorText) : base(columnIndex, rowIndex)
{
this.errorText = errorText;
}
///
public string ErrorText
{
get
{
return this.errorText;
}
set
{
this.errorText = value;
}
}
}
}
// 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
- InfiniteIntConverter.cs
- SQLUtility.cs
- GetWinFXPath.cs
- path.cs
- IndentedTextWriter.cs
- DeferredSelectedIndexReference.cs
- LinqExpressionNormalizer.cs
- CrossContextChannel.cs
- FontStretchConverter.cs
- XmlLangPropertyAttribute.cs
- BaseParagraph.cs
- InkCollectionBehavior.cs
- TextEditorTables.cs
- CacheSection.cs
- UnsafeNativeMethods.cs
- StylusOverProperty.cs
- GregorianCalendarHelper.cs
- SapiAttributeParser.cs
- CustomBinding.cs
- DocumentPageViewAutomationPeer.cs
- HScrollProperties.cs
- DaylightTime.cs
- Visual3D.cs
- AuthStoreRoleProvider.cs
- dbdatarecord.cs
- FamilyTypefaceCollection.cs
- TableCell.cs
- TextDecorationCollectionConverter.cs
- ParameterRetriever.cs
- TemplateApplicationHelper.cs
- Exceptions.cs
- XmlQueryRuntime.cs
- CustomAttributeBuilder.cs
- DeflateStreamAsyncResult.cs
- ActiveXContainer.cs
- _FtpControlStream.cs
- GenericRootAutomationPeer.cs
- EventBuilder.cs
- IBuiltInEvidence.cs
- PeerUnsafeNativeMethods.cs
- Site.cs
- TextElement.cs
- CodeNamespaceImportCollection.cs
- DataGridAutomationPeer.cs
- AutomationElementCollection.cs
- GeneratedView.cs
- AdornedElementPlaceholder.cs
- WindowsFont.cs
- PeekCompletedEventArgs.cs
- TrackingDataItem.cs
- TableLayoutPanelCellPosition.cs
- AuthenticationSchemesHelper.cs
- Path.cs
- WorkflowOwnershipException.cs
- KnownIds.cs
- StringArrayConverter.cs
- References.cs
- SQLConvert.cs
- EventArgs.cs
- SecurityTokenProvider.cs
- WmiInstallComponent.cs
- SessionStateSection.cs
- EnumBuilder.cs
- ExtendedPropertyCollection.cs
- AtomPub10ServiceDocumentFormatter.cs
- ThaiBuddhistCalendar.cs
- MarkerProperties.cs
- PointF.cs
- BrowserCapabilitiesFactory35.cs
- XmlAttributeCache.cs
- TimeSpanValidatorAttribute.cs
- DetailsViewRow.cs
- Input.cs
- ProviderConnectionPoint.cs
- StaticContext.cs
- WebPartMenuStyle.cs
- IsolatedStorageSecurityState.cs
- TextDpi.cs
- XmlUtilWriter.cs
- ActivityWithResultWrapper.cs
- ConfigurationSectionHelper.cs
- PropagationProtocolsTracing.cs
- DataServiceExpressionVisitor.cs
- XmlSchemaAttribute.cs
- Utils.cs
- SqlGenerator.cs
- PermissionSetTriple.cs
- UnsupportedPolicyOptionsException.cs
- Utils.cs
- EncodingTable.cs
- DirtyTextRange.cs
- AccessDataSource.cs
- QueryRewriter.cs
- StylusEventArgs.cs
- QilIterator.cs
- dataprotectionpermissionattribute.cs
- ProviderConnectionPointCollection.cs
- Point3DAnimationUsingKeyFrames.cs
- MbpInfo.cs
- DropSource.cs