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
- XsdDuration.cs
- XmlEncoding.cs
- ParameterCollection.cs
- Peer.cs
- AsnEncodedData.cs
- DataGridTextBox.cs
- SendSecurityHeaderElement.cs
- PriorityBindingExpression.cs
- PanelDesigner.cs
- Int16KeyFrameCollection.cs
- _LocalDataStoreMgr.cs
- GridItemCollection.cs
- HitTestWithGeometryDrawingContextWalker.cs
- ClientEventManager.cs
- TimeZone.cs
- SafeCryptoHandles.cs
- ModulesEntry.cs
- ImageMap.cs
- PolicyManager.cs
- ProfileSettingsCollection.cs
- IriParsingElement.cs
- TextPointerBase.cs
- TableLayoutPanelCellPosition.cs
- XmlNodeChangedEventManager.cs
- CodeSubDirectoriesCollection.cs
- FileSecurity.cs
- entityreference_tresulttype.cs
- LoginCancelEventArgs.cs
- ScalarOps.cs
- PropertyEntry.cs
- CodeSnippetStatement.cs
- BoundingRectTracker.cs
- CalendarTable.cs
- TextProperties.cs
- RegexCompilationInfo.cs
- CodeCompiler.cs
- WindowsListViewGroupHelper.cs
- DataServiceEntityAttribute.cs
- FieldTemplateUserControl.cs
- ProviderConnectionPoint.cs
- ParallelRangeManager.cs
- DataPagerCommandEventArgs.cs
- EmulateRecognizeCompletedEventArgs.cs
- QilExpression.cs
- ControlIdConverter.cs
- HighlightComponent.cs
- WindowsFormsHostPropertyMap.cs
- CodeTypeOfExpression.cs
- PixelFormats.cs
- WindowsFormsHelpers.cs
- VisualTreeUtils.cs
- IPHostEntry.cs
- SingleObjectCollection.cs
- EventLogPermissionEntry.cs
- WindowsSolidBrush.cs
- TrackingProfile.cs
- Policy.cs
- InlinedAggregationOperatorEnumerator.cs
- CustomTypeDescriptor.cs
- ControlCollection.cs
- BinaryObjectReader.cs
- BidirectionalDictionary.cs
- GenericWebPart.cs
- ReflectTypeDescriptionProvider.cs
- WebScriptEndpoint.cs
- IPPacketInformation.cs
- MethodBuilder.cs
- CanExecuteRoutedEventArgs.cs
- HttpRuntime.cs
- PixelFormatConverter.cs
- CheckBoxBaseAdapter.cs
- WindowsScrollBar.cs
- unsafenativemethodsother.cs
- Font.cs
- PenLineCapValidation.cs
- CipherData.cs
- WaitForChangedResult.cs
- SineEase.cs
- DropDownButton.cs
- NullableDoubleMinMaxAggregationOperator.cs
- ComponentDispatcherThread.cs
- KeyNotFoundException.cs
- TableSectionStyle.cs
- StrokeNodeEnumerator.cs
- TextBlockAutomationPeer.cs
- OleDbException.cs
- PropertySourceInfo.cs
- SHA384Cng.cs
- DragDrop.cs
- PointCollectionValueSerializer.cs
- SHA256.cs
- TemplateBindingExtension.cs
- WorkflowCompensationBehavior.cs
- WindowsImpersonationContext.cs
- DBNull.cs
- RepeaterDesigner.cs
- ReadOnlyDictionary.cs
- TextEditorTyping.cs
- Hashtable.cs
- SpeechAudioFormatInfo.cs