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
- StyleSelector.cs
- MergePropertyDescriptor.cs
- ThousandthOfEmRealPoints.cs
- SmtpLoginAuthenticationModule.cs
- CopyAttributesAction.cs
- ErrorInfoXmlDocument.cs
- WindowsRegion.cs
- OptimalBreakSession.cs
- DesignerProperties.cs
- BinaryObjectWriter.cs
- PrimaryKeyTypeConverter.cs
- PixelFormatConverter.cs
- complextypematerializer.cs
- FixedSOMImage.cs
- ImageConverter.cs
- DictionaryGlobals.cs
- GestureRecognitionResult.cs
- CapabilitiesState.cs
- ArgumentOutOfRangeException.cs
- SizeFConverter.cs
- DiscoveryInnerClientAdhoc11.cs
- WindowsFormsLinkLabel.cs
- newinstructionaction.cs
- LayoutEngine.cs
- XPathMultyIterator.cs
- DataGridViewCheckBoxColumn.cs
- ApplicationServicesHostFactory.cs
- TreeNodeStyleCollection.cs
- Sorting.cs
- ProxyFragment.cs
- ToolStripComboBox.cs
- JsonFormatWriterGenerator.cs
- IgnoreSectionHandler.cs
- WebPartManagerDesigner.cs
- DependencyObject.cs
- ResourcePool.cs
- NativeRightsManagementAPIsStructures.cs
- ADMembershipProvider.cs
- Content.cs
- NoneExcludedImageIndexConverter.cs
- RegexFCD.cs
- RemotingServices.cs
- GlyphCache.cs
- DES.cs
- StreamWriter.cs
- ServiceTimeoutsElement.cs
- GradientSpreadMethodValidation.cs
- RectangleGeometry.cs
- ProfileGroupSettings.cs
- EventDescriptorCollection.cs
- CheckedPointers.cs
- IndexedString.cs
- Buffer.cs
- XmlSchemaInfo.cs
- CompilationAssemblyInstallComponent.cs
- X509SecurityTokenParameters.cs
- MaterialGroup.cs
- HyperLinkStyle.cs
- PeerNameRecord.cs
- PerfProviderCollection.cs
- WsdlInspector.cs
- SortedDictionary.cs
- MetadataSerializer.cs
- CompilerCollection.cs
- ChildChangedEventArgs.cs
- TagPrefixCollection.cs
- UnsafeNativeMethods.cs
- AsymmetricAlgorithm.cs
- Scripts.cs
- DesignerSerializerAttribute.cs
- ListBindableAttribute.cs
- TextRunCache.cs
- SmiEventStream.cs
- TypeSystem.cs
- safelink.cs
- ViewgenContext.cs
- DataGridViewEditingControlShowingEventArgs.cs
- FontNameConverter.cs
- RenderContext.cs
- ConnectionManagementElementCollection.cs
- InfoCardBaseException.cs
- EventsTab.cs
- PackageRelationshipCollection.cs
- CapabilitiesRule.cs
- DataPagerField.cs
- RenamedEventArgs.cs
- ProfileEventArgs.cs
- ChangeBlockUndoRecord.cs
- RecognizerInfo.cs
- WindowsProgressbar.cs
- Ipv6Element.cs
- sqlnorm.cs
- InvalidCastException.cs
- TableParagraph.cs
- ImmutableObjectAttribute.cs
- KnownBoxes.cs
- DetailsViewCommandEventArgs.cs
- AnchoredBlock.cs
- AnnotationComponentChooser.cs
- ExtendedPropertyDescriptor.cs