Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellValidatingEventArgs.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlSubtreeReader.cs
- BevelBitmapEffect.cs
- DecimalConstantAttribute.cs
- XmlExpressionDumper.cs
- SmiRecordBuffer.cs
- CategoryValueConverter.cs
- AssemblyName.cs
- SHA256CryptoServiceProvider.cs
- ToolStripDesignerAvailabilityAttribute.cs
- DefinitionUpdate.cs
- HttpException.cs
- CodeExpressionCollection.cs
- GenericEnumConverter.cs
- safelinkcollection.cs
- ContentPathSegment.cs
- DesignerCategoryAttribute.cs
- RectConverter.cs
- TriggerBase.cs
- HttpApplicationFactory.cs
- EmptyControlCollection.cs
- BigInt.cs
- XmlNullResolver.cs
- returneventsaver.cs
- precedingsibling.cs
- DecimalStorage.cs
- UrlMappingCollection.cs
- SystemEvents.cs
- CodeTypeOfExpression.cs
- ToolStripActionList.cs
- FreezableDefaultValueFactory.cs
- PageParserFilter.cs
- SecureStringHasher.cs
- SHA256Managed.cs
- CreateParams.cs
- DoubleAnimationBase.cs
- TypeNameHelper.cs
- PanelStyle.cs
- WebPartVerbsEventArgs.cs
- RegexEditorDialog.cs
- TreeNodeConverter.cs
- CollectionEditVerbManager.cs
- ByValueEqualityComparer.cs
- DataGridItemCollection.cs
- UpdateTranslator.cs
- ImageBrush.cs
- ObservableCollection.cs
- Mapping.cs
- figurelength.cs
- TreeViewItem.cs
- BamlBinaryReader.cs
- CommentAction.cs
- CopyCodeAction.cs
- ConstrainedDataObject.cs
- SqlLiftIndependentRowExpressions.cs
- AdapterUtil.cs
- NativeMethodsCLR.cs
- ISFClipboardData.cs
- Window.cs
- XmlValidatingReaderImpl.cs
- SoapExtensionTypeElement.cs
- Int32CollectionConverter.cs
- LinearGradientBrush.cs
- ContextStaticAttribute.cs
- ObjectQuery_EntitySqlExtensions.cs
- Soap11ServerProtocol.cs
- NumberFunctions.cs
- VisualStateGroup.cs
- FileDialog.cs
- EncodingNLS.cs
- _ContextAwareResult.cs
- AggregateNode.cs
- MonthCalendar.cs
- ListView.cs
- Literal.cs
- DocumentViewerHelper.cs
- Group.cs
- ExpressionPrinter.cs
- XmlArrayAttribute.cs
- MultipartIdentifier.cs
- HtmlEncodedRawTextWriter.cs
- ViewGenerator.cs
- UserPreferenceChangingEventArgs.cs
- TransformerInfo.cs
- XmlDictionaryReaderQuotas.cs
- PolyLineSegment.cs
- XmlJsonWriter.cs
- MouseCaptureWithinProperty.cs
- DataServiceRequestOfT.cs
- objectresult_tresulttype.cs
- WebPartZoneBase.cs
- ParserHooks.cs
- SpeechEvent.cs
- CapabilitiesAssignment.cs
- EraserBehavior.cs
- GroupQuery.cs
- DataGridViewCellLinkedList.cs
- CheckableControlBaseAdapter.cs
- Permission.cs
- NamespaceEmitter.cs
- XmlQueryStaticData.cs