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
- PathSegmentCollection.cs
- Missing.cs
- XmlDocument.cs
- GridViewEditEventArgs.cs
- StateItem.cs
- Block.cs
- SqlTrackingQuery.cs
- ValueTypeFixupInfo.cs
- RelationshipEndCollection.cs
- RTLAwareMessageBox.cs
- DirectionalAction.cs
- EventDescriptor.cs
- WMICapabilities.cs
- XamlStream.cs
- DiffuseMaterial.cs
- DynamicResourceExtensionConverter.cs
- UndirectedGraph.cs
- WhiteSpaceTrimStringConverter.cs
- DbgUtil.cs
- NonClientArea.cs
- PageWrapper.cs
- JsonUriDataContract.cs
- CryptoProvider.cs
- BitmapEffectInputConnector.cs
- RtfToXamlLexer.cs
- ColorInterpolationModeValidation.cs
- HostedTcpTransportManager.cs
- SystemSounds.cs
- ComAdminWrapper.cs
- TextMarkerSource.cs
- InvokePatternIdentifiers.cs
- ColorConvertedBitmap.cs
- DataGridViewCellStateChangedEventArgs.cs
- BeginEvent.cs
- ImageSource.cs
- UTF8Encoding.cs
- GridViewCellAutomationPeer.cs
- StringKeyFrameCollection.cs
- DataListItemCollection.cs
- MultipartContentParser.cs
- NativeRightsManagementAPIsStructures.cs
- IDQuery.cs
- SolidColorBrush.cs
- BaseCodePageEncoding.cs
- StringKeyFrameCollection.cs
- BinaryObjectWriter.cs
- RegularExpressionValidator.cs
- LogLogRecordEnumerator.cs
- RecordsAffectedEventArgs.cs
- QueryAsyncResult.cs
- SelfIssuedAuthRSAPKCS1SignatureFormatter.cs
- DefaultMemberAttribute.cs
- ParseElement.cs
- RenderDataDrawingContext.cs
- XmlParserContext.cs
- SchemaEntity.cs
- EventLogPermissionEntry.cs
- brushes.cs
- CustomCategoryAttribute.cs
- CharStorage.cs
- Point3DConverter.cs
- OAVariantLib.cs
- BaseUriHelper.cs
- XmlUrlResolver.cs
- EntityDataSourceView.cs
- MultiTouchSystemGestureLogic.cs
- NodeLabelEditEvent.cs
- MembershipSection.cs
- ZipIOFileItemStream.cs
- CapabilitiesSection.cs
- ConfigXmlComment.cs
- DataGridHyperlinkColumn.cs
- SQLDecimal.cs
- EllipseGeometry.cs
- SoapInteropTypes.cs
- DataTableNewRowEvent.cs
- ControlCollection.cs
- NameObjectCollectionBase.cs
- DbProviderServices.cs
- PolyQuadraticBezierSegment.cs
- ExpressionBindings.cs
- DataGridAutoFormatDialog.cs
- AsyncCallback.cs
- BinaryCommonClasses.cs
- ListViewSortEventArgs.cs
- CodeThrowExceptionStatement.cs
- VersionedStreamOwner.cs
- PrefixQName.cs
- EventWaitHandle.cs
- SQLCharsStorage.cs
- RuntimeVariablesExpression.cs
- WeakReference.cs
- AttributeCollection.cs
- ValueChangedEventManager.cs
- Switch.cs
- _CacheStreams.cs
- BackStopAuthenticationModule.cs
- RuleRef.cs
- SettingsPropertyWrongTypeException.cs
- TreeBuilderXamlTranslator.cs