Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellValidatingEventArgs.cs / 1305376 / 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.
//
//-----------------------------------------------------------------------------
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Itemizer.cs
- sqlinternaltransaction.cs
- Stroke2.cs
- TaskCanceledException.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- SafeProcessHandle.cs
- ExtensionDataObject.cs
- CalendarBlackoutDatesCollection.cs
- ObjectDataSourceView.cs
- LassoSelectionBehavior.cs
- GridViewDeletedEventArgs.cs
- WindowsContainer.cs
- AbstractSvcMapFileLoader.cs
- XPathNavigator.cs
- XmlMessageFormatter.cs
- ContainerVisual.cs
- MetadataCache.cs
- CompilerState.cs
- FontFaceLayoutInfo.cs
- CodeArrayCreateExpression.cs
- MSHTMLHostUtil.cs
- SemanticTag.cs
- AbsoluteQuery.cs
- PathFigure.cs
- Type.cs
- NetworkAddressChange.cs
- WebPartTransformerCollection.cs
- XmlSchemaAny.cs
- UIElement.cs
- RandomNumberGenerator.cs
- ReadOnlyTernaryTree.cs
- SqlBooleanizer.cs
- PerfCounters.cs
- CounterSetInstance.cs
- XmlDocumentType.cs
- HttpCacheVary.cs
- ListControlDataBindingHandler.cs
- RequestDescription.cs
- SqlUdtInfo.cs
- SqlParameter.cs
- Listbox.cs
- Tile.cs
- SelectionRange.cs
- RegexGroup.cs
- XsltLoader.cs
- ResourceReferenceExpressionConverter.cs
- EntityCommand.cs
- XPathParser.cs
- MatrixStack.cs
- NullableDoubleMinMaxAggregationOperator.cs
- TraceHandler.cs
- Knowncolors.cs
- ToolStripOverflowButton.cs
- FunctionUpdateCommand.cs
- MouseDevice.cs
- mongolianshape.cs
- XmlChoiceIdentifierAttribute.cs
- DefaultExpression.cs
- SafeBitVector32.cs
- CommandSet.cs
- RuleInfoComparer.cs
- sqlpipe.cs
- PackageDigitalSignature.cs
- StreamResourceInfo.cs
- XPathNodeList.cs
- Rotation3DAnimationBase.cs
- ManualResetEvent.cs
- Debug.cs
- SecurityUtils.cs
- CompilerParameters.cs
- AssemblyName.cs
- ScriptingRoleServiceSection.cs
- _SSPIWrapper.cs
- RealProxy.cs
- TraceSwitch.cs
- PnrpPeerResolverBindingElement.cs
- DesignerActionVerbItem.cs
- FileDataSourceCache.cs
- SystemNetworkInterface.cs
- Empty.cs
- StickyNoteContentControl.cs
- BindingBase.cs
- AddInPipelineAttributes.cs
- LicenseException.cs
- ButtonBase.cs
- RandomNumberGenerator.cs
- ListControl.cs
- GenericUriParser.cs
- TextParagraphProperties.cs
- DataRelation.cs
- DelegatingConfigHost.cs
- SqlDataSourceView.cs
- UpdateTracker.cs
- GeneralTransform3DTo2D.cs
- IgnorePropertiesAttribute.cs
- SystemUnicastIPAddressInformation.cs
- X509UI.cs
- ControlEvent.cs
- MaskInputRejectedEventArgs.cs
- RegexMatch.cs