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
- CustomErrorCollection.cs
- BackStopAuthenticationModule.cs
- InvokePattern.cs
- Point3DAnimationBase.cs
- DefaultWorkflowTransactionService.cs
- DataGridCellsPresenter.cs
- NetCodeGroup.cs
- TemplateField.cs
- ProjectionCamera.cs
- WebPartRestoreVerb.cs
- Deflater.cs
- SecurityHeaderLayout.cs
- PropertyDescriptorGridEntry.cs
- AutoResizedEvent.cs
- GridView.cs
- InputChannelBinder.cs
- ReferentialConstraint.cs
- ApplicationServicesHostFactory.cs
- CriticalHandle.cs
- ColorContextHelper.cs
- RadioButtonStandardAdapter.cs
- LinearKeyFrames.cs
- AtomEntry.cs
- PersonalizationStateInfo.cs
- SwitchCase.cs
- XmlDesigner.cs
- ComplexObject.cs
- DefaultObjectMappingItemCollection.cs
- ChangeBlockUndoRecord.cs
- RangeBase.cs
- ADMembershipUser.cs
- WindowsTreeView.cs
- HelloOperationCD1AsyncResult.cs
- DataTableNewRowEvent.cs
- FileNotFoundException.cs
- AssemblyHash.cs
- ListView.cs
- Debug.cs
- ObjectRef.cs
- URLAttribute.cs
- PnrpPermission.cs
- DateTimeConverter2.cs
- CheckBox.cs
- UnsafeNativeMethods.cs
- MarkerProperties.cs
- BuildProviderCollection.cs
- FrameworkContextData.cs
- StandardCommands.cs
- SecurityTokenRequirement.cs
- CustomAttributeBuilder.cs
- DataGridViewUtilities.cs
- DrawingVisual.cs
- FormViewUpdateEventArgs.cs
- UniqueEventHelper.cs
- UnitySerializationHolder.cs
- WebPartTracker.cs
- PanningMessageFilter.cs
- SafeHandle.cs
- ZoneLinkButton.cs
- ADMembershipUser.cs
- Viewport3DVisual.cs
- ToolBar.cs
- NumberFormatter.cs
- DataFormats.cs
- EntityContainerEmitter.cs
- WebPartManager.cs
- ImageKeyConverter.cs
- InstanceOwnerException.cs
- Mappings.cs
- __Error.cs
- EntityDataSourceDesigner.cs
- TextEditorContextMenu.cs
- StrokeRenderer.cs
- ArraySet.cs
- DrawingGroup.cs
- CheckoutException.cs
- DomainUpDown.cs
- OrderedDictionary.cs
- ConfigurationValue.cs
- EdmComplexTypeAttribute.cs
- ThrowOnMultipleAssignment.cs
- WebSysDescriptionAttribute.cs
- DictionaryBase.cs
- LowerCaseStringConverter.cs
- ThreadStaticAttribute.cs
- Attributes.cs
- DataGridViewRowCollection.cs
- TextEditorParagraphs.cs
- CloseSequenceResponse.cs
- ConversionContext.cs
- AttributeEmitter.cs
- BuildProviderCollection.cs
- DataGridViewComboBoxEditingControl.cs
- GridToolTip.cs
- CommandBinding.cs
- LowerCaseStringConverter.cs
- ChtmlPageAdapter.cs
- RoleServiceManager.cs
- FileChangesMonitor.cs
- hebrewshape.cs