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
- XmlDataSourceView.cs
- SaveWorkflowCommand.cs
- TagMapCollection.cs
- WebPartMenuStyle.cs
- BookmarkEventArgs.cs
- CharConverter.cs
- PersonalizationProviderCollection.cs
- RepeatButtonAutomationPeer.cs
- RenderData.cs
- ConstraintCollection.cs
- ActivityFunc.cs
- IPipelineRuntime.cs
- NetCodeGroup.cs
- DataGridDetailsPresenterAutomationPeer.cs
- _SSPIWrapper.cs
- Utility.cs
- BindingManagerDataErrorEventArgs.cs
- ContainerParaClient.cs
- ToolStripDropDownClosingEventArgs.cs
- ImageConverter.cs
- AssemblyCollection.cs
- EntityTypeEmitter.cs
- DatatypeImplementation.cs
- BinaryOperationBinder.cs
- TriState.cs
- SourceChangedEventArgs.cs
- WorkflowServiceHost.cs
- HtmlControlPersistable.cs
- XPathNodePointer.cs
- MD5.cs
- HelpEvent.cs
- GroupBoxAutomationPeer.cs
- NameTable.cs
- Material.cs
- MenuItemCollectionEditor.cs
- Site.cs
- ObjectDataSourceFilteringEventArgs.cs
- ProtocolViolationException.cs
- TargetParameterCountException.cs
- NativeMethods.cs
- oledbconnectionstring.cs
- GeometryDrawing.cs
- PropertyChangedEventArgs.cs
- TcpHostedTransportConfiguration.cs
- EastAsianLunisolarCalendar.cs
- FileDialog.cs
- ProfileSettings.cs
- MessageQueueTransaction.cs
- IIS7WorkerRequest.cs
- HostingEnvironment.cs
- HuffModule.cs
- EntitySetBase.cs
- SystemIPGlobalStatistics.cs
- OutArgumentConverter.cs
- TextDecoration.cs
- TimelineGroup.cs
- XmlSignatureManifest.cs
- wgx_render.cs
- WindowsScroll.cs
- QuotedPrintableStream.cs
- PageAsyncTask.cs
- Math.cs
- TableMethodGenerator.cs
- DataSourceExpression.cs
- MetadataPropertyAttribute.cs
- WmlLiteralTextAdapter.cs
- ObjectReferenceStack.cs
- ISCIIEncoding.cs
- DataTableReader.cs
- RectAnimationClockResource.cs
- DataMemberAttribute.cs
- NoneExcludedImageIndexConverter.cs
- COM2ExtendedTypeConverter.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- RenderOptions.cs
- ColorConverter.cs
- ConfigXmlElement.cs
- RelationshipConverter.cs
- ObjectDataSourceDisposingEventArgs.cs
- TypePresenter.xaml.cs
- DbDataAdapter.cs
- RenderDataDrawingContext.cs
- WorkflowMarkupElementEventArgs.cs
- ListBindingHelper.cs
- FontUnit.cs
- TextTreeDeleteContentUndoUnit.cs
- LowerCaseStringConverter.cs
- CallbackHandler.cs
- DataGridViewMethods.cs
- CustomWebEventKey.cs
- TableCell.cs
- Item.cs
- DataKeyPropertyAttribute.cs
- CookieHandler.cs
- TextStore.cs
- RangeValueProviderWrapper.cs
- WindowsGraphicsWrapper.cs
- CmsUtils.cs
- LicenseProviderAttribute.cs
- XmlWrappingReader.cs