Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- RSAPKCS1KeyExchangeFormatter.cs
- Nodes.cs
- ObjectToken.cs
- ProcessInfo.cs
- Processor.cs
- WSDualHttpSecurity.cs
- Keywords.cs
- System.Data_BID.cs
- CheckableControlBaseAdapter.cs
- CryptographicAttribute.cs
- MergeFailedEvent.cs
- BindingExpressionUncommonField.cs
- Error.cs
- DataGrid.cs
- PrimitiveCodeDomSerializer.cs
- Win32.cs
- XPathNavigatorReader.cs
- XmlMemberMapping.cs
- ToolTipService.cs
- BinaryReader.cs
- SetIndexBinder.cs
- Select.cs
- WindowsScrollBar.cs
- SizeAnimationBase.cs
- XmlArrayItemAttributes.cs
- IsolatedStoragePermission.cs
- WebPartConnectionsEventArgs.cs
- Geometry.cs
- Function.cs
- SessionStateModule.cs
- CTreeGenerator.cs
- TrustManagerPromptUI.cs
- LocationSectionRecord.cs
- GPRECT.cs
- DbProviderServices.cs
- MeshGeometry3D.cs
- log.cs
- UnsafeNativeMethodsMilCoreApi.cs
- _LocalDataStore.cs
- SerTrace.cs
- ApplicationManager.cs
- VisualState.cs
- LinearKeyFrames.cs
- DataGridColumnsPage.cs
- SimpleMailWebEventProvider.cs
- ModelTreeManager.cs
- GradientStop.cs
- DatatypeImplementation.cs
- AndCondition.cs
- RequestValidator.cs
- DataGridViewCellConverter.cs
- PrintPreviewGraphics.cs
- OutputCacheModule.cs
- DataKey.cs
- RSACryptoServiceProvider.cs
- XsltLibrary.cs
- StartUpEventArgs.cs
- ObjectDataSourceView.cs
- TargetInvocationException.cs
- HttpConfigurationContext.cs
- ToolBarOverflowPanel.cs
- backend.cs
- ToolStripPanel.cs
- XmlSchemaAttribute.cs
- DataSourceListEditor.cs
- FlowLayoutPanel.cs
- BypassElementCollection.cs
- PolicyStatement.cs
- FunctionMappingTranslator.cs
- SqlDataSourceSelectingEventArgs.cs
- CoTaskMemHandle.cs
- Trigger.cs
- SigningCredentials.cs
- EntityDataSourceDesigner.cs
- DataSourceBooleanViewSchemaConverter.cs
- AspProxy.cs
- ProviderBase.cs
- WebFormDesignerActionService.cs
- ScrollPattern.cs
- AppendHelper.cs
- TypeKeyValue.cs
- AnonymousIdentificationSection.cs
- MenuItemBinding.cs
- Int32EqualityComparer.cs
- TemplateControlParser.cs
- ProtectedProviderSettings.cs
- CustomWebEventKey.cs
- DiscoveryRequestHandler.cs
- Knowncolors.cs
- TrackingMemoryStream.cs
- ColorInterpolationModeValidation.cs
- ExecutorLocksHeldException.cs
- DesignBinding.cs
- DbConnectionPoolOptions.cs
- BevelBitmapEffect.cs
- CurrentChangedEventManager.cs
- LogFlushAsyncResult.cs
- StorageRoot.cs
- ExpressionCopier.cs
- HttpDictionary.cs