Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowErrorTextNeededEventArgs.cs / 1 / DataGridViewRowErrorTextNeededEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System;
using System.Diagnostics;
///
public class DataGridViewRowErrorTextNeededEventArgs : EventArgs
{
private int rowIndex;
private string errorText;
internal DataGridViewRowErrorTextNeededEventArgs(int rowIndex, string errorText)
{
Debug.Assert(rowIndex >= -1);
this.rowIndex = rowIndex;
this.errorText = errorText;
}
///
public string ErrorText
{
get
{
return this.errorText;
}
set
{
this.errorText = value;
}
}
///
public int RowIndex
{
get
{
return this.rowIndex;
}
}
}
}
// 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 DataGridViewRowErrorTextNeededEventArgs : EventArgs
{
private int rowIndex;
private string errorText;
internal DataGridViewRowErrorTextNeededEventArgs(int rowIndex, string errorText)
{
Debug.Assert(rowIndex >= -1);
this.rowIndex = rowIndex;
this.errorText = errorText;
}
///
public string ErrorText
{
get
{
return this.errorText;
}
set
{
this.errorText = value;
}
}
///
public int RowIndex
{
get
{
return this.rowIndex;
}
}
}
}
// 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
- TreeViewAutomationPeer.cs
- DataGridItemCollection.cs
- HtmlUtf8RawTextWriter.cs
- AdjustableArrowCap.cs
- AggregateNode.cs
- BooleanStorage.cs
- DataBoundControl.cs
- SortAction.cs
- Registry.cs
- NamedObject.cs
- ExpandoObject.cs
- DesignTimeDataBinding.cs
- PersonalizationStateInfoCollection.cs
- CngKeyBlobFormat.cs
- XmlUnspecifiedAttribute.cs
- InfoCardHelper.cs
- StylusButton.cs
- RegistryKey.cs
- MethodImplAttribute.cs
- ContentDefinition.cs
- KeyedHashAlgorithm.cs
- PackUriHelper.cs
- TransformedBitmap.cs
- SuppressIldasmAttribute.cs
- ErrorProvider.cs
- DataGridViewCellStyle.cs
- GlobalDataBindingHandler.cs
- ArglessEventHandlerProxy.cs
- CatalogZoneDesigner.cs
- BuilderInfo.cs
- ValueExpressions.cs
- XhtmlCssHandler.cs
- BatchParser.cs
- CapiHashAlgorithm.cs
- TakeQueryOptionExpression.cs
- TemplateKey.cs
- PrintPageEvent.cs
- ImportContext.cs
- ToolZone.cs
- LeafCellTreeNode.cs
- IncrementalHitTester.cs
- TrackBarRenderer.cs
- Choices.cs
- HttpCachePolicyWrapper.cs
- FaultDescriptionCollection.cs
- UITypeEditor.cs
- SeparatorAutomationPeer.cs
- PageParserFilter.cs
- StringDictionaryWithComparer.cs
- DBSchemaTable.cs
- EndpointInfo.cs
- TimelineGroup.cs
- EventSetterHandlerConverter.cs
- WebPartConnection.cs
- TextEditorParagraphs.cs
- WindowsListViewGroup.cs
- DoubleStorage.cs
- SoapSchemaExporter.cs
- HtmlControl.cs
- XmlWriter.cs
- TemplateField.cs
- CommandBinding.cs
- GeneralTransformCollection.cs
- PreviewPageInfo.cs
- TreeNodeBindingCollection.cs
- HtmlTableRowCollection.cs
- CounterCreationDataCollection.cs
- KeyValuePairs.cs
- XmlQueryRuntime.cs
- FileSystemEventArgs.cs
- UnaryOperationBinder.cs
- RegistrationServices.cs
- ContractReference.cs
- ArrayWithOffset.cs
- ComponentChangedEvent.cs
- DbConnectionClosed.cs
- mediaclock.cs
- ControlBuilderAttribute.cs
- SubpageParagraph.cs
- FixedSOMTextRun.cs
- RichTextBox.cs
- EntityCommand.cs
- Subset.cs
- BindingParameterCollection.cs
- ListView.cs
- Cursors.cs
- XsdDateTime.cs
- TreeIterators.cs
- SafeProcessHandle.cs
- PartialArray.cs
- _SslSessionsCache.cs
- HttpHandlerActionCollection.cs
- Literal.cs
- PerspectiveCamera.cs
- WarningException.cs
- TextCharacters.cs
- followingquery.cs
- TriggerActionCollection.cs
- Crypto.cs
- FilteredDataSetHelper.cs