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; ////// /// 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. // //----------------------------------------------------------------------------- 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
- RectangleConverter.cs
- UnitySerializationHolder.cs
- StylusSystemGestureEventArgs.cs
- ConfigurationStrings.cs
- PersistChildrenAttribute.cs
- FileDetails.cs
- FormViewDeletedEventArgs.cs
- DataSysAttribute.cs
- ValueExpressions.cs
- WebServiceData.cs
- EntityDataSourceSelectedEventArgs.cs
- XsltLoader.cs
- DataListItemCollection.cs
- RuntimeIdentifierPropertyAttribute.cs
- XmlSchema.cs
- serverconfig.cs
- DBConnection.cs
- ElementsClipboardData.cs
- NetworkCredential.cs
- ReleaseInstanceMode.cs
- DbReferenceCollection.cs
- RNGCryptoServiceProvider.cs
- NGCSerializationManagerAsync.cs
- SchemaNotation.cs
- XmlCDATASection.cs
- CodeTypeReferenceCollection.cs
- ClickablePoint.cs
- SQLString.cs
- ListCollectionView.cs
- ToolStripItemRenderEventArgs.cs
- sapiproxy.cs
- BamlLocalizationDictionary.cs
- ExpressionLexer.cs
- ScrollProviderWrapper.cs
- GroupDescription.cs
- PackWebRequestFactory.cs
- Button.cs
- MethodBody.cs
- ToolStripDropDownClosedEventArgs.cs
- CollectionView.cs
- OutputScope.cs
- FixedDSBuilder.cs
- SynchronizedMessageSource.cs
- FlowLayoutPanel.cs
- CodeLabeledStatement.cs
- WindowsRichEditRange.cs
- OleDbFactory.cs
- ImageAnimator.cs
- EdmScalarPropertyAttribute.cs
- BinaryReader.cs
- DesigntimeLicenseContext.cs
- PropertyGridView.cs
- MemoryStream.cs
- GeometryModel3D.cs
- ByteStorage.cs
- InitializationEventAttribute.cs
- WeakReferenceEnumerator.cs
- ActiveXHelper.cs
- WebEvents.cs
- SemanticResolver.cs
- EntityDataSourceView.cs
- SignatureToken.cs
- StateMachine.cs
- UserMapPath.cs
- NCryptNative.cs
- NamespaceCollection.cs
- HtmlUtf8RawTextWriter.cs
- RegexMatchCollection.cs
- BaseTreeIterator.cs
- RegexCode.cs
- HtmlEmptyTagControlBuilder.cs
- DependencyObjectProvider.cs
- CodeIdentifier.cs
- DataServiceStreamResponse.cs
- MenuDesigner.cs
- RenderContext.cs
- StateDesigner.cs
- OpenTypeLayout.cs
- TreeWalkHelper.cs
- messageonlyhwndwrapper.cs
- ShaperBuffers.cs
- ProcessingInstructionAction.cs
- ClientEventManager.cs
- Attributes.cs
- Merger.cs
- KeyGestureValueSerializer.cs
- TablePatternIdentifiers.cs
- XPathDocumentIterator.cs
- ConstantCheck.cs
- CollectionViewSource.cs
- RadioButtonPopupAdapter.cs
- OleAutBinder.cs
- Brushes.cs
- OwnerDrawPropertyBag.cs
- ToolStripItemImageRenderEventArgs.cs
- FrameworkPropertyMetadata.cs
- SqlFormatter.cs
- CheckBoxList.cs
- DataStorage.cs
- WindowsGraphics2.cs