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
- MethodImplAttribute.cs
- ToolStripContainerDesigner.cs
- ExtenderProvidedPropertyAttribute.cs
- WinInet.cs
- DefaultAuthorizationContext.cs
- DataSourceCollectionBase.cs
- TrailingSpaceComparer.cs
- HtmlTextArea.cs
- ExtenderHelpers.cs
- DataPagerCommandEventArgs.cs
- SBCSCodePageEncoding.cs
- IERequestCache.cs
- OperatingSystemVersionCheck.cs
- DynamicRendererThreadManager.cs
- ObjectSecurity.cs
- ByteStream.cs
- CodeStatement.cs
- DocumentXmlWriter.cs
- SmiEventSink_Default.cs
- MultiTrigger.cs
- ToolboxItem.cs
- CodeIdentifier.cs
- MediaTimeline.cs
- _ServiceNameStore.cs
- LinqDataSourceUpdateEventArgs.cs
- XmlSchemaSet.cs
- TransformCollection.cs
- HttpCacheVary.cs
- Freezable.cs
- ImageDrawing.cs
- PersistChildrenAttribute.cs
- RepeaterCommandEventArgs.cs
- TypeBrowser.xaml.cs
- CompositeCollectionView.cs
- SystemWebCachingSectionGroup.cs
- CollectionsUtil.cs
- MenuBase.cs
- HyperLinkStyle.cs
- IPPacketInformation.cs
- BitmapEffectInput.cs
- XmlILCommand.cs
- SimpleWorkerRequest.cs
- SplitterPanelDesigner.cs
- CodeTypeDeclarationCollection.cs
- FragmentQueryProcessor.cs
- QilTypeChecker.cs
- _RequestLifetimeSetter.cs
- XmlEncodedRawTextWriter.cs
- SortedList.cs
- DocumentsTrace.cs
- ActiveXContainer.cs
- COM2TypeInfoProcessor.cs
- QueryableFilterUserControl.cs
- ObjectPersistData.cs
- ActivationServices.cs
- ReferencedAssembly.cs
- WebControlsSection.cs
- TextHidden.cs
- HiddenField.cs
- HwndHost.cs
- Relationship.cs
- SqlServices.cs
- FormsAuthenticationUserCollection.cs
- DbCommandTree.cs
- CmsInterop.cs
- ThreadExceptionDialog.cs
- TextServicesHost.cs
- LoginName.cs
- WebPartHeaderCloseVerb.cs
- ModulesEntry.cs
- Process.cs
- DataObjectPastingEventArgs.cs
- CharacterBufferReference.cs
- FixedSOMTableCell.cs
- CriticalFinalizerObject.cs
- ListViewHitTestInfo.cs
- AddInActivator.cs
- MoveSizeWinEventHandler.cs
- odbcmetadatafactory.cs
- CustomLineCap.cs
- SHA512.cs
- StylusCollection.cs
- ToolStripContentPanel.cs
- DescendentsWalkerBase.cs
- BoundColumn.cs
- RTLAwareMessageBox.cs
- TearOffProxy.cs
- AlternateView.cs
- StructuralCache.cs
- StrongNameUtility.cs
- CalloutQueueItem.cs
- TypeDescriptionProviderAttribute.cs
- DbInsertCommandTree.cs
- WebServiceReceive.cs
- SspiNegotiationTokenAuthenticator.cs
- WsdlInspector.cs
- WindowsScrollBar.cs
- DataStreams.cs
- X500Name.cs
- GeometryValueSerializer.cs