Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. // //----------------------------------------------------------------------------- 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
- SerializationHelper.cs
- DateTimeValueSerializerContext.cs
- TreeViewBindingsEditor.cs
- BulletedList.cs
- ComponentConverter.cs
- RowToParametersTransformer.cs
- HttpFormatExtensions.cs
- Lazy.cs
- FigureParaClient.cs
- SocketElement.cs
- _ListenerAsyncResult.cs
- MsmqIntegrationElement.cs
- Clipboard.cs
- DictionaryManager.cs
- TypeConstant.cs
- SqlVersion.cs
- DrawingVisualDrawingContext.cs
- ServiceOperationListItem.cs
- SettingsBase.cs
- Pen.cs
- XslNumber.cs
- UpDownBase.cs
- ListBindableAttribute.cs
- BCLDebug.cs
- SubMenuStyleCollection.cs
- XsltContext.cs
- GridViewRowPresenter.cs
- SystemNetHelpers.cs
- ProfileEventArgs.cs
- ParameterCollection.cs
- DictionaryEntry.cs
- BinaryCommonClasses.cs
- DiagnosticsConfiguration.cs
- MULTI_QI.cs
- DefaultPrintController.cs
- ListViewItem.cs
- SqlCacheDependency.cs
- FlowDocumentReaderAutomationPeer.cs
- ResourceType.cs
- RealizationContext.cs
- DoubleLinkList.cs
- TraceContext.cs
- FrugalList.cs
- FloaterParaClient.cs
- ZipPackagePart.cs
- PartEditor.cs
- ProxyAttribute.cs
- SectionXmlInfo.cs
- SafeArrayTypeMismatchException.cs
- PartialTrustHelpers.cs
- DataSourceCache.cs
- BamlBinaryWriter.cs
- ObjectDisposedException.cs
- NetPeerTcpBinding.cs
- PathFigureCollection.cs
- WindowsTokenRoleProvider.cs
- ExpandSegmentCollection.cs
- Mutex.cs
- CustomCredentialPolicy.cs
- StylusEditingBehavior.cs
- ResourcePermissionBase.cs
- StringUtil.cs
- ChannelServices.cs
- RowParagraph.cs
- ErrorItem.cs
- LinearGradientBrush.cs
- IIS7UserPrincipal.cs
- ColorMatrix.cs
- ContainerControl.cs
- UrlAuthFailedErrorFormatter.cs
- SByteStorage.cs
- HtmlObjectListAdapter.cs
- ValidationErrorEventArgs.cs
- XsltArgumentList.cs
- SafeFileMappingHandle.cs
- ObjectRef.cs
- Menu.cs
- Compress.cs
- DesignerDataRelationship.cs
- SqlNotificationRequest.cs
- KeyInstance.cs
- DynamicUpdateCommand.cs
- SafeNativeMemoryHandle.cs
- WindowsGraphicsCacheManager.cs
- TemplatedMailWebEventProvider.cs
- SafeRightsManagementEnvironmentHandle.cs
- GlyphRun.cs
- ThumbButtonInfoCollection.cs
- Point3DIndependentAnimationStorage.cs
- SqlXmlStorage.cs
- MediaElement.cs
- ResourceBinder.cs
- JsonFormatMapping.cs
- OutputCacheModule.cs
- SchemaMapping.cs
- ActivityTypeResolver.xaml.cs
- XamlReader.cs
- EndEvent.cs
- ErrorFormatterPage.cs
- DataGridViewControlCollection.cs