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
- StringConverter.cs
- sortedlist.cs
- RepeaterCommandEventArgs.cs
- XamlStyleSerializer.cs
- CompiledRegexRunner.cs
- AttachedPropertyInfo.cs
- GridErrorDlg.cs
- Vector3DCollection.cs
- ParentUndoUnit.cs
- LinqDataSource.cs
- RubberbandSelector.cs
- DbConnectionOptions.cs
- StringOutput.cs
- BaseUriHelper.cs
- BlurEffect.cs
- ComponentResourceKey.cs
- PermissionToken.cs
- ToolStripDropDownMenu.cs
- SupportingTokenDuplexChannel.cs
- IgnoreFlushAndCloseStream.cs
- InvalidProgramException.cs
- ConfigurationElement.cs
- NegotiateStream.cs
- NavigationHelper.cs
- EntityParameter.cs
- XmlSchemaImporter.cs
- AlignmentYValidation.cs
- SqlParameterCollection.cs
- TableLayoutSettingsTypeConverter.cs
- CollectionView.cs
- RawStylusActions.cs
- ContextActivityUtils.cs
- MatrixTransform.cs
- ToolboxComponentsCreatedEventArgs.cs
- TriState.cs
- TabPage.cs
- LinkGrep.cs
- DispatcherTimer.cs
- ThicknessConverter.cs
- XmlSchemaObjectTable.cs
- DictionaryTraceRecord.cs
- HtmlFormWrapper.cs
- DesignerAttributeInfo.cs
- Helper.cs
- SqlProviderManifest.cs
- GroupItem.cs
- ReflectionServiceProvider.cs
- EmptyReadOnlyDictionaryInternal.cs
- URIFormatException.cs
- Trustee.cs
- RtfToXamlLexer.cs
- XamlInt32CollectionSerializer.cs
- CryptoApi.cs
- odbcmetadatafactory.cs
- MenuItemBindingCollection.cs
- Model3D.cs
- DispatcherEventArgs.cs
- ToolStripDropDownMenu.cs
- NativeMethods.cs
- PathSegment.cs
- TextFormatter.cs
- UriSection.cs
- TextCompositionEventArgs.cs
- RawUIStateInputReport.cs
- ConnectionManagementElement.cs
- WebColorConverter.cs
- SqlDataSourceCache.cs
- SqlTopReducer.cs
- SettingsAttributeDictionary.cs
- SmiEventSink_DeferedProcessing.cs
- PriorityBindingExpression.cs
- ModelVisual3D.cs
- Win32Native.cs
- Stopwatch.cs
- ContentDisposition.cs
- TypeBuilderInstantiation.cs
- InstanceCollisionException.cs
- SafeHandle.cs
- FlowDocumentPageViewerAutomationPeer.cs
- Splitter.cs
- _LoggingObject.cs
- Win32KeyboardDevice.cs
- MatrixTransform.cs
- ConnectionOrientedTransportChannelFactory.cs
- PanelStyle.cs
- UIElementHelper.cs
- HtmlForm.cs
- XmlEventCache.cs
- DoWorkEventArgs.cs
- UnhandledExceptionEventArgs.cs
- ImageUrlEditor.cs
- QueryContext.cs
- GrabHandleGlyph.cs
- OlePropertyStructs.cs
- DbConnectionPoolGroup.cs
- ContextDataSource.cs
- GiveFeedbackEvent.cs
- AutoGeneratedField.cs
- BinaryConverter.cs
- DictionaryContent.cs