Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellValidatingEventArgs.cs / 1 / DataGridViewCellValidatingEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System;
using System.ComponentModel;
///
///
/// [To be supplied.]
///
public class DataGridViewCellValidatingEventArgs : CancelEventArgs
{
private int rowIndex, columnIndex;
private object formattedValue;
internal DataGridViewCellValidatingEventArgs(int columnIndex, int rowIndex, object formattedValue)
{
this.rowIndex = rowIndex;
this.columnIndex = columnIndex;
this.formattedValue = formattedValue;
}
///
public int ColumnIndex
{
get
{
return this.columnIndex;
}
}
///
public object FormattedValue
{
get
{
return this.formattedValue;
}
}
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LoopExpression.cs
- MatrixValueSerializer.cs
- CatalogZoneDesigner.cs
- NamespaceDisplay.xaml.cs
- TextEffectResolver.cs
- SqlDataSource.cs
- DataSourceComponent.cs
- UITypeEditor.cs
- TextFormattingConverter.cs
- DisplayNameAttribute.cs
- DurableInstanceManager.cs
- X509Certificate2Collection.cs
- CollectionBuilder.cs
- Context.cs
- XsdBuildProvider.cs
- Rijndael.cs
- TokenBasedSet.cs
- TableHeaderCell.cs
- RelOps.cs
- ActiveXContainer.cs
- TextChangedEventArgs.cs
- TextPatternIdentifiers.cs
- CodeDomLocalizationProvider.cs
- QueryAsyncResult.cs
- Expression.cs
- Invariant.cs
- MonitorWrapper.cs
- ToolBarTray.cs
- EdmRelationshipRoleAttribute.cs
- AdRotator.cs
- UserControlCodeDomTreeGenerator.cs
- PolyQuadraticBezierSegment.cs
- PointAnimationClockResource.cs
- RoleGroupCollection.cs
- AsnEncodedData.cs
- DirectoryInfo.cs
- DBDataPermission.cs
- COM2PropertyDescriptor.cs
- GeometryDrawing.cs
- HashHelper.cs
- GlobalizationSection.cs
- COM2PropertyDescriptor.cs
- BindingExpression.cs
- LogicalTreeHelper.cs
- InputLanguage.cs
- PeerTransportListenAddressValidator.cs
- Camera.cs
- SerializationObjectManager.cs
- FlowLayoutPanel.cs
- XmlQueryRuntime.cs
- DataRelationPropertyDescriptor.cs
- AppDomain.cs
- AppSettingsReader.cs
- BinaryUtilClasses.cs
- TrayIconDesigner.cs
- AsyncCompletedEventArgs.cs
- DetailsView.cs
- TagMapInfo.cs
- RegisteredScript.cs
- RuntimeConfig.cs
- HttpCapabilitiesEvaluator.cs
- TextElementCollection.cs
- DataKey.cs
- PointAnimationBase.cs
- ElapsedEventArgs.cs
- Cursors.cs
- NullExtension.cs
- PropertyPath.cs
- BlurBitmapEffect.cs
- StateFinalizationDesigner.cs
- ConnectionStringsSection.cs
- CursorConverter.cs
- EmbeddedMailObjectsCollection.cs
- DrawToolTipEventArgs.cs
- SharedDp.cs
- ColorPalette.cs
- EnumerableRowCollection.cs
- XmlSchemaAttribute.cs
- ConnectionPointCookie.cs
- Clause.cs
- AppDomainAttributes.cs
- CodeBlockBuilder.cs
- HttpClientCertificate.cs
- Image.cs
- DataGridViewSelectedColumnCollection.cs
- UnsignedPublishLicense.cs
- StrokeRenderer.cs
- PrimitiveCodeDomSerializer.cs
- Transform3D.cs
- RadioButtonPopupAdapter.cs
- UnsafeMethods.cs
- SpStreamWrapper.cs
- NumberFunctions.cs
- AnimatedTypeHelpers.cs
- ManualResetEvent.cs
- KeyFrames.cs
- Clipboard.cs
- SR.cs
- ReachFixedPageSerializerAsync.cs
- DocumentViewerConstants.cs