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
- GridViewDeleteEventArgs.cs
- WaitHandle.cs
- LeaseManager.cs
- XmlDomTextWriter.cs
- ContentElementAutomationPeer.cs
- ListItemCollection.cs
- EventRecordWrittenEventArgs.cs
- BitStack.cs
- CapiSymmetricAlgorithm.cs
- ReachDocumentSequenceSerializer.cs
- Match.cs
- MainMenu.cs
- WizardStepBase.cs
- InputDevice.cs
- OleDbWrapper.cs
- SapiAttributeParser.cs
- SoapInteropTypes.cs
- TypeLoadException.cs
- SoapEnumAttribute.cs
- VideoDrawing.cs
- TrustManager.cs
- SelectionList.cs
- WebPartEditorCancelVerb.cs
- AssociativeAggregationOperator.cs
- VariableDesigner.xaml.cs
- HWStack.cs
- Label.cs
- UnmanagedHandle.cs
- XmlIterators.cs
- RecordConverter.cs
- GeometryCombineModeValidation.cs
- StringDictionaryWithComparer.cs
- CreateUserWizard.cs
- EventWaitHandle.cs
- StylusPointPropertyId.cs
- OleDbParameter.cs
- DataTableReader.cs
- WithStatement.cs
- CTreeGenerator.cs
- PathNode.cs
- CellParagraph.cs
- Boolean.cs
- GridLengthConverter.cs
- TextEditorLists.cs
- Module.cs
- CodeConstructor.cs
- HttpListenerPrefixCollection.cs
- LoginView.cs
- MediaContextNotificationWindow.cs
- TypeEnumerableViewSchema.cs
- AspProxy.cs
- TypedAsyncResult.cs
- TreeNodeBindingCollection.cs
- WindowsListViewItem.cs
- UnSafeCharBuffer.cs
- HttpDictionary.cs
- FixedSOMTextRun.cs
- XmlReader.cs
- AppModelKnownContentFactory.cs
- CursorConverter.cs
- WebControlsSection.cs
- CroppedBitmap.cs
- SqlDataSourceStatusEventArgs.cs
- BooleanKeyFrameCollection.cs
- DiscoveryDocumentSearchPattern.cs
- References.cs
- ErrorLog.cs
- PropertyTabChangedEvent.cs
- SessionStateContainer.cs
- AppDomainCompilerProxy.cs
- DatatypeImplementation.cs
- OutputCacheSettingsSection.cs
- ListBindingHelper.cs
- TdsParameterSetter.cs
- OutputCacheProfileCollection.cs
- ClientFactory.cs
- MultiPageTextView.cs
- XamlSerializerUtil.cs
- ServicePerformanceCounters.cs
- HtmlForm.cs
- DropSource.cs
- ButtonFieldBase.cs
- AncillaryOps.cs
- SHA256.cs
- DbReferenceCollection.cs
- CommandBinding.cs
- DataGridViewCell.cs
- Int64.cs
- EntityDataReader.cs
- Matrix.cs
- DBCSCodePageEncoding.cs
- Int32RectValueSerializer.cs
- X509ChainPolicy.cs
- XmlDataImplementation.cs
- HtmlSelect.cs
- AppDomainProtocolHandler.cs
- SqlProvider.cs
- OperationInfoBase.cs
- XamlTypeMapper.cs
- NetPipeSection.cs