Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowErrorTextNeededEventArgs.cs / 1305376 / 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
- Int64AnimationUsingKeyFrames.cs
- XPathAxisIterator.cs
- HandleRef.cs
- Int64KeyFrameCollection.cs
- IntPtr.cs
- UInt64.cs
- dbenumerator.cs
- AdornedElementPlaceholder.cs
- XmlAttributeAttribute.cs
- Axis.cs
- ConfigsHelper.cs
- DbSetClause.cs
- CryptoConfig.cs
- WinInet.cs
- CodeTypeParameterCollection.cs
- WebConvert.cs
- Margins.cs
- ServiceDescriptions.cs
- EntityConnectionStringBuilder.cs
- ApplicationDirectory.cs
- IdnMapping.cs
- DelayDesigner.cs
- CreateUserWizardDesigner.cs
- KoreanCalendar.cs
- Resources.Designer.cs
- ParameterBuilder.cs
- GridItemProviderWrapper.cs
- DialogResultConverter.cs
- PropertyGeneratedEventArgs.cs
- Error.cs
- BitmapMetadataBlob.cs
- DetailsViewInsertedEventArgs.cs
- Membership.cs
- DataTableClearEvent.cs
- PeerPresenceInfo.cs
- NodeInfo.cs
- OutputCacheModule.cs
- TextEditor.cs
- TableRowCollection.cs
- ParseHttpDate.cs
- XmlDictionaryReader.cs
- SignedInfo.cs
- RectConverter.cs
- EventToken.cs
- TrayIconDesigner.cs
- designeractionlistschangedeventargs.cs
- HttpCapabilitiesEvaluator.cs
- LicenseContext.cs
- ExpandoObject.cs
- PreviewPrintController.cs
- _UriSyntax.cs
- HexParser.cs
- ViewStateModeByIdAttribute.cs
- AppSettingsExpressionBuilder.cs
- RadioButtonBaseAdapter.cs
- AcceleratedTokenProviderState.cs
- DEREncoding.cs
- OleDbError.cs
- SafeViewOfFileHandle.cs
- StrongNameUtility.cs
- safex509handles.cs
- WebBrowser.cs
- CodeDOMProvider.cs
- COM2PropertyDescriptor.cs
- CssTextWriter.cs
- TextTabProperties.cs
- PathGeometry.cs
- NetStream.cs
- CodeTypeReference.cs
- ImageFormat.cs
- DataBoundControlDesigner.cs
- ValidationEventArgs.cs
- MailAddressCollection.cs
- QueryGeneratorBase.cs
- DesignerSerializationOptionsAttribute.cs
- DecimalAnimationUsingKeyFrames.cs
- XPathArrayIterator.cs
- AuthenticationServiceManager.cs
- MonthCalendar.cs
- TableLayoutPanel.cs
- Storyboard.cs
- DynamicPhysicalDiscoSearcher.cs
- ReadOnlyDictionary.cs
- SingleResultAttribute.cs
- Send.cs
- SafeCertificateContext.cs
- RouteData.cs
- PropertyChangingEventArgs.cs
- WebPartAddingEventArgs.cs
- ScrollableControl.cs
- SchemaConstraints.cs
- Int32CollectionValueSerializer.cs
- ParserExtension.cs
- ObjectStateEntry.cs
- EncodingNLS.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SiteMapDataSourceView.cs
- ClassData.cs
- FixedSOMPageConstructor.cs