Code:
/ FX-1434 / FX-1434 / 1.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
- SspiSecurityTokenProvider.cs
- XmlArrayAttribute.cs
- PageAdapter.cs
- CompensatableSequenceActivity.cs
- WizardStepBase.cs
- Control.cs
- SqlParameter.cs
- AutomationElementCollection.cs
- FormsAuthenticationTicket.cs
- GregorianCalendar.cs
- HttpStreams.cs
- ColumnResizeUndoUnit.cs
- EFAssociationProvider.cs
- SynthesizerStateChangedEventArgs.cs
- LoaderAllocator.cs
- DescendantBaseQuery.cs
- xmlsaver.cs
- TraceContextRecord.cs
- StringUtil.cs
- InputChannel.cs
- CodeSnippetCompileUnit.cs
- ObjectStorage.cs
- SessionPageStatePersister.cs
- HexParser.cs
- MD5CryptoServiceProvider.cs
- UrlMappingsSection.cs
- DocumentsTrace.cs
- SoapReflector.cs
- WinFormsComponentEditor.cs
- ProviderBase.cs
- IResourceProvider.cs
- Ref.cs
- DocumentSignatureManager.cs
- ComplexPropertyEntry.cs
- XmlWrappingReader.cs
- DataGridViewComboBoxColumn.cs
- ByteConverter.cs
- NTAccount.cs
- XmlValueConverter.cs
- FamilyTypefaceCollection.cs
- ComNativeDescriptor.cs
- MimeTypeMapper.cs
- ExpressionConverter.cs
- CookieParameter.cs
- DockEditor.cs
- IdentityElement.cs
- SmiTypedGetterSetter.cs
- ErrorsHelper.cs
- MsmqIntegrationSecurityElement.cs
- NavigatorInput.cs
- XmlCharCheckingWriter.cs
- BuiltInExpr.cs
- PolyQuadraticBezierSegment.cs
- InvalidateEvent.cs
- VideoDrawing.cs
- DesignerLoader.cs
- TableLayoutPanelCellPosition.cs
- SchemaHelper.cs
- PathFigureCollectionConverter.cs
- ObjectToIdCache.cs
- SourceSwitch.cs
- _Rfc2616CacheValidators.cs
- WindowsComboBox.cs
- AuthenticationModulesSection.cs
- StandardToolWindows.cs
- BookmarkEventArgs.cs
- RepeaterCommandEventArgs.cs
- DynamicRendererThreadManager.cs
- Container.cs
- backend.cs
- followingquery.cs
- Int32Storage.cs
- GatewayIPAddressInformationCollection.cs
- WorkflowElementDialog.cs
- CaseKeyBox.xaml.cs
- DataRelationPropertyDescriptor.cs
- UseAttributeSetsAction.cs
- PerformanceCounterPermission.cs
- DataServiceSaveChangesEventArgs.cs
- documentsequencetextview.cs
- NameValueFileSectionHandler.cs
- IListConverters.cs
- AtomMaterializer.cs
- ScriptingWebServicesSectionGroup.cs
- SqlDataAdapter.cs
- FtpCachePolicyElement.cs
- PointKeyFrameCollection.cs
- CategoryAttribute.cs
- WindowsAuthenticationModule.cs
- CacheChildrenQuery.cs
- ProfileEventArgs.cs
- InvalidWMPVersionException.cs
- ViewManagerAttribute.cs
- SatelliteContractVersionAttribute.cs
- RelatedEnd.cs
- Int32.cs
- DataGridToolTip.cs
- Bezier.cs
- FontDriver.cs
- LinkedResource.cs