Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ParentQuery.cs
- GraphicsPath.cs
- StylusPointProperty.cs
- RouteItem.cs
- Paragraph.cs
- StreamReader.cs
- UnsafeNetInfoNativeMethods.cs
- SafeNativeMethods.cs
- MetadataHelper.cs
- ResourceManager.cs
- DeclaredTypeValidator.cs
- RtType.cs
- ActivityCodeDomSerializationManager.cs
- MetadataPropertyCollection.cs
- CellTreeNode.cs
- printdlgexmarshaler.cs
- X509Certificate2.cs
- FactoryRecord.cs
- EventData.cs
- NullableLongSumAggregationOperator.cs
- HttpChannelFactory.cs
- TransformConverter.cs
- ClientSettingsStore.cs
- objectresult_tresulttype.cs
- Part.cs
- DataViewSetting.cs
- PointAnimation.cs
- AccessibleObject.cs
- SQLDoubleStorage.cs
- FormViewUpdatedEventArgs.cs
- DatagridviewDisplayedBandsData.cs
- StreamReader.cs
- ChildTable.cs
- TypeCollectionDesigner.xaml.cs
- InfocardExtendedInformationCollection.cs
- ClientScriptManager.cs
- HtmlString.cs
- PrintEvent.cs
- CharStorage.cs
- TraceProvider.cs
- ChtmlLinkAdapter.cs
- DesignerCommandSet.cs
- Table.cs
- ArgumentNullException.cs
- EraserBehavior.cs
- KeyValuePairs.cs
- _ListenerResponseStream.cs
- _UriTypeConverter.cs
- HttpHandlerAction.cs
- StrokeNodeData.cs
- SizeFConverter.cs
- Padding.cs
- ExpressionTable.cs
- HwndTarget.cs
- EventTrigger.cs
- OrderedDictionary.cs
- ETagAttribute.cs
- cookiecollection.cs
- TextEffect.cs
- BmpBitmapEncoder.cs
- DataServiceQueryOfT.cs
- HiddenFieldPageStatePersister.cs
- RequestQueue.cs
- mediaeventargs.cs
- TrackBarDesigner.cs
- DesignerCategoryAttribute.cs
- XmlTypeMapping.cs
- AdRotator.cs
- XpsViewerException.cs
- TextMessageEncoder.cs
- Pens.cs
- SmtpFailedRecipientsException.cs
- Section.cs
- ViewStateChangedEventArgs.cs
- _TimerThread.cs
- DebugController.cs
- ThreadStateException.cs
- MarkedHighlightComponent.cs
- KnownTypesProvider.cs
- EncoderParameter.cs
- ExpressionBinding.cs
- DataControlField.cs
- QuotedPairReader.cs
- HiddenFieldDesigner.cs
- AttributeUsageAttribute.cs
- WebControl.cs
- login.cs
- PersonalizationEntry.cs
- DateBoldEvent.cs
- DllNotFoundException.cs
- IndexedString.cs
- ArgumentOutOfRangeException.cs
- SimpleFileLog.cs
- DataGridViewColumn.cs
- Utility.cs
- RegexMatch.cs
- CompilerInfo.cs
- BitmapDecoder.cs
- ECDsa.cs
- SocketElement.cs