Code:
/ 4.0 / 4.0 / untmp / 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; ////// /// 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; } ///[To be supplied.] ///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
- DataGridBoolColumn.cs
- SafeHandle.cs
- wmiprovider.cs
- EncoderFallback.cs
- RecipientInfo.cs
- basecomparevalidator.cs
- DataReceivedEventArgs.cs
- Switch.cs
- Classification.cs
- SamlAudienceRestrictionCondition.cs
- FrameworkTemplate.cs
- FileDialog_Vista_Interop.cs
- RtfFormatStack.cs
- DPTypeDescriptorContext.cs
- FontStyleConverter.cs
- TextAdaptor.cs
- Brush.cs
- BreadCrumbTextConverter.cs
- ImageResources.Designer.cs
- ContentOperations.cs
- SqlInternalConnection.cs
- XmlReturnReader.cs
- CompositionDesigner.cs
- HeaderCollection.cs
- XhtmlBasicLiteralTextAdapter.cs
- ChunkedMemoryStream.cs
- SqlUtils.cs
- LinqDataSourceDisposeEventArgs.cs
- PropertyFilter.cs
- CatalogPartCollection.cs
- EntityViewContainer.cs
- TypeSystem.cs
- ApplicationFileParser.cs
- UpDownEvent.cs
- ListDictionary.cs
- XmlAnyAttributeAttribute.cs
- UseManagedPresentationElement.cs
- localization.cs
- Vector3D.cs
- Dynamic.cs
- EntityDataSourceDesignerHelper.cs
- DesignerActionPropertyItem.cs
- FileAccessException.cs
- WindowsFormsLinkLabel.cs
- WpfKnownTypeInvoker.cs
- ValidationErrorCollection.cs
- Predicate.cs
- HierarchicalDataBoundControl.cs
- SafeNativeMemoryHandle.cs
- ExtentCqlBlock.cs
- SafeNativeMethods.cs
- GridViewColumnHeader.cs
- propertytag.cs
- SerializationInfo.cs
- Byte.cs
- XmlChildNodes.cs
- SoapAttributeAttribute.cs
- ContentElement.cs
- DataList.cs
- WebScriptClientGenerator.cs
- AuthenticationModeHelper.cs
- NullableConverter.cs
- OptimalBreakSession.cs
- HGlobalSafeHandle.cs
- DataStreamFromComStream.cs
- DetailsViewModeEventArgs.cs
- UseAttributeSetsAction.cs
- CodeTryCatchFinallyStatement.cs
- COM2TypeInfoProcessor.cs
- _ConnectStream.cs
- TextServicesCompartmentContext.cs
- BitHelper.cs
- PriorityBindingExpression.cs
- EventWaitHandleSecurity.cs
- DataSetUtil.cs
- Effect.cs
- _BufferOffsetSize.cs
- XmlSchemaExternal.cs
- SqlUdtInfo.cs
- PrimitiveXmlSerializers.cs
- MultipartContentParser.cs
- HttpCookieCollection.cs
- DecoderBestFitFallback.cs
- FocusManager.cs
- Helper.cs
- DBSqlParserTable.cs
- RenderCapability.cs
- CopyNodeSetAction.cs
- documentsequencetextpointer.cs
- MdiWindowListStrip.cs
- JsonGlobals.cs
- Application.cs
- SingleAnimationBase.cs
- RotateTransform3D.cs
- HScrollProperties.cs
- HttpModuleAction.cs
- NativeMethods.cs
- Thickness.cs
- XmlSchemaAnyAttribute.cs
- HwndSubclass.cs