Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IISUnsafeMethods.cs
- StateRuntime.cs
- SafeNativeMethodsOther.cs
- Brush.cs
- SoapAttributes.cs
- DefaultClaimSet.cs
- TextOutput.cs
- xdrvalidator.cs
- SafeNativeMethods.cs
- AssertSection.cs
- TextContainerHelper.cs
- WindowsContainer.cs
- LocalizationComments.cs
- DeviceContexts.cs
- connectionpool.cs
- NumberSubstitution.cs
- AnchoredBlock.cs
- FileDialog.cs
- BufferBuilder.cs
- DesignerProperties.cs
- NativeObjectSecurity.cs
- DataTableTypeConverter.cs
- EntitySqlQueryState.cs
- EntityViewGenerator.cs
- OutputScope.cs
- QilLoop.cs
- XmlSchemaFacet.cs
- WebSysDescriptionAttribute.cs
- GridViewCommandEventArgs.cs
- CompatibleComparer.cs
- DocumentReference.cs
- PagerSettings.cs
- StorageRoot.cs
- NotConverter.cs
- MenuBase.cs
- ErrorTableItemStyle.cs
- NativeMethodsOther.cs
- AssemblyResourceLoader.cs
- MruCache.cs
- CollectionBuilder.cs
- StringUtil.cs
- XhtmlTextWriter.cs
- XPathDescendantIterator.cs
- Messages.cs
- AdCreatedEventArgs.cs
- SafeMemoryMappedFileHandle.cs
- WindowHideOrCloseTracker.cs
- ResourceSet.cs
- ElasticEase.cs
- InputLanguageManager.cs
- UIElementPropertyUndoUnit.cs
- ApplicationActivator.cs
- ArcSegment.cs
- Buffer.cs
- CqlBlock.cs
- PropertyGridEditorPart.cs
- EqualityComparer.cs
- OdbcEnvironment.cs
- AssemblyContextControlItem.cs
- TriState.cs
- Helper.cs
- X509Certificate.cs
- Storyboard.cs
- PagerSettings.cs
- Quad.cs
- OutputCacheProfile.cs
- SamlSecurityToken.cs
- GPPOINTF.cs
- Aes.cs
- ImportCatalogPart.cs
- HtmlElementEventArgs.cs
- StrongNameHelpers.cs
- CommandExpr.cs
- ItemChangedEventArgs.cs
- LightweightCodeGenerator.cs
- CalendarKeyboardHelper.cs
- PriorityBindingExpression.cs
- PolicyStatement.cs
- Color.cs
- CqlIdentifiers.cs
- TreeNode.cs
- ConnectionManagementElementCollection.cs
- TextServicesCompartmentEventSink.cs
- XpsS0ValidatingLoader.cs
- OutOfProcStateClientManager.cs
- SqlTriggerContext.cs
- BaseCodePageEncoding.cs
- DBAsyncResult.cs
- EnumValAlphaComparer.cs
- IntegerFacetDescriptionElement.cs
- Matrix.cs
- MergeLocalizationDirectives.cs
- PropertyCondition.cs
- EditCommandColumn.cs
- WebSysDescriptionAttribute.cs
- Utils.cs
- TextPointerBase.cs
- TraceHandler.cs
- ComplexType.cs
- BamlStream.cs