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
- EdmSchemaError.cs
- ResourcesBuildProvider.cs
- IODescriptionAttribute.cs
- Classification.cs
- NavigationCommands.cs
- WebServiceErrorEvent.cs
- DataGridViewCellConverter.cs
- SrgsElement.cs
- XmlReader.cs
- RSACryptoServiceProvider.cs
- Socket.cs
- XamlStyleSerializer.cs
- ITextView.cs
- Vector3DCollectionValueSerializer.cs
- BinaryFormatter.cs
- HtmlImage.cs
- Translator.cs
- ObjectAnimationUsingKeyFrames.cs
- CatalogPartCollection.cs
- AssociativeAggregationOperator.cs
- Utility.cs
- InvokeGenerator.cs
- ResourcePermissionBaseEntry.cs
- JulianCalendar.cs
- TimeManager.cs
- IISUnsafeMethods.cs
- EntityContainerEmitter.cs
- TreeViewItemAutomationPeer.cs
- WindowsTooltip.cs
- XmlSignificantWhitespace.cs
- Executor.cs
- WorkflowDesigner.cs
- DataServiceRequestOfT.cs
- DSASignatureDeformatter.cs
- WebResourceAttribute.cs
- SqlDeflator.cs
- ConstantCheck.cs
- ZipPackage.cs
- KnownAssembliesSet.cs
- AsnEncodedData.cs
- TaskExceptionHolder.cs
- ProcessInputEventArgs.cs
- XmlSerializerVersionAttribute.cs
- MenuEventArgs.cs
- Oid.cs
- ConfigurationValidatorBase.cs
- ProcessHostMapPath.cs
- ProtocolsConfiguration.cs
- MessageTransmitTraceRecord.cs
- OleDbCommandBuilder.cs
- RepeatButtonAutomationPeer.cs
- GetPageCompletedEventArgs.cs
- XmlAttributes.cs
- GeneralTransform3DCollection.cs
- SoapAttributes.cs
- QueryCacheKey.cs
- XmlProcessingInstruction.cs
- HandleScope.cs
- XmlSchemaNotation.cs
- UserNamePasswordValidator.cs
- SchemaInfo.cs
- TextTreeText.cs
- _ProxyChain.cs
- UpdateTranslator.cs
- PeerTransportBindingElement.cs
- ViewStateException.cs
- CollectionBuilder.cs
- MetabaseServerConfig.cs
- DataGridViewTextBoxColumn.cs
- StringAnimationBase.cs
- HitTestParameters.cs
- ExpressionNode.cs
- Empty.cs
- WizardStepBase.cs
- StreamSecurityUpgradeAcceptorBase.cs
- CapabilitiesSection.cs
- Brush.cs
- DataGridDesigner.cs
- HeaderCollection.cs
- StackSpiller.Temps.cs
- SqlRetyper.cs
- CollectionTraceRecord.cs
- DispatcherTimer.cs
- UriExt.cs
- MergeFilterQuery.cs
- BuiltInPermissionSets.cs
- ProjectionCamera.cs
- HtmlTableRowCollection.cs
- DetailsViewUpdatedEventArgs.cs
- WindowsFormsSynchronizationContext.cs
- EntityDataSourceConfigureObjectContext.cs
- SimpleTypesSurrogate.cs
- WebRequestModulesSection.cs
- StringInfo.cs
- Button.cs
- HttpResponseInternalWrapper.cs
- KnownTypesHelper.cs
- DbSetClause.cs
- TreeNode.cs
- ComponentFactoryHelpers.cs