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
- _ContextAwareResult.cs
- AssemblyNameUtility.cs
- FaultContractInfo.cs
- WriterOutput.cs
- DecimalConverter.cs
- ADMembershipUser.cs
- WebRequestModuleElementCollection.cs
- RangeValueProviderWrapper.cs
- UnsafeNativeMethods.cs
- KeyboardDevice.cs
- TimerElapsedEvenArgs.cs
- MsmqBindingBase.cs
- Page.cs
- GridViewDeletedEventArgs.cs
- AnnotationMap.cs
- LongTypeConverter.cs
- ServicesUtilities.cs
- MenuCommands.cs
- TypeResolvingOptions.cs
- DetailsViewRowCollection.cs
- WebReferencesBuildProvider.cs
- DtdParser.cs
- SqlClientWrapperSmiStreamChars.cs
- FindResponse.cs
- BamlRecordWriter.cs
- PreProcessInputEventArgs.cs
- TextLine.cs
- SiteMembershipCondition.cs
- RegexCompiler.cs
- Int32RectConverter.cs
- IsolationInterop.cs
- GB18030Encoding.cs
- XmlToDatasetMap.cs
- XmlComment.cs
- TextDataBindingHandler.cs
- SmiGettersStream.cs
- MenuItemCollection.cs
- Pair.cs
- SymmetricAlgorithm.cs
- Helper.cs
- RegexTree.cs
- SemaphoreSecurity.cs
- CursorConverter.cs
- FrameworkContextData.cs
- StateFinalizationActivity.cs
- SspiSafeHandles.cs
- EdmScalarPropertyAttribute.cs
- GridSplitterAutomationPeer.cs
- XmlAttributes.cs
- ApplicationFileParser.cs
- BufferedGenericXmlSecurityToken.cs
- TextSpanModifier.cs
- RelatedView.cs
- NativeWindow.cs
- AliasGenerator.cs
- NamespaceDecl.cs
- ToolboxItemSnapLineBehavior.cs
- FilterQuery.cs
- BaseHashHelper.cs
- _ConnectOverlappedAsyncResult.cs
- ToolStripPanelDesigner.cs
- DeploymentSection.cs
- HttpConfigurationContext.cs
- ValidationErrorCollection.cs
- RestHandler.cs
- PartialList.cs
- httpapplicationstate.cs
- WindowsMenu.cs
- RuntimeConfigurationRecord.cs
- ToolStripDropDownMenu.cs
- AuthenticateEventArgs.cs
- QueryCoreOp.cs
- SelectionRange.cs
- ComponentResourceKey.cs
- Condition.cs
- RubberbandSelector.cs
- sqlcontext.cs
- BehaviorDragDropEventArgs.cs
- BufferCache.cs
- login.cs
- DataAdapter.cs
- FlowLayoutSettings.cs
- SystemUdpStatistics.cs
- StorageEntitySetMapping.cs
- NamespaceQuery.cs
- DataServices.cs
- UserControlAutomationPeer.cs
- JsonWriter.cs
- XPathQueryGenerator.cs
- FrameworkElementFactoryMarkupObject.cs
- SafeRightsManagementPubHandle.cs
- ConnectionOrientedTransportManager.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- SafeEventLogWriteHandle.cs
- Type.cs
- CheckBoxField.cs
- DataGridHeaderBorder.cs
- TextEndOfSegment.cs
- TypeSystem.cs
- TextTreeText.cs