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
- TokenBasedSet.cs
- ClientTargetSection.cs
- ContainerSelectorActiveEvent.cs
- DragCompletedEventArgs.cs
- CheckBox.cs
- CommandID.cs
- TextSearch.cs
- TokenBasedSetEnumerator.cs
- ToolStripItemBehavior.cs
- FormsAuthenticationConfiguration.cs
- ConfigXmlSignificantWhitespace.cs
- XmlSchemaInclude.cs
- DataListCommandEventArgs.cs
- SqlNodeAnnotations.cs
- DesignerAutoFormat.cs
- DbParameterCollectionHelper.cs
- OneWayChannelListener.cs
- TableAutomationPeer.cs
- FontConverter.cs
- RowToFieldTransformer.cs
- RijndaelCryptoServiceProvider.cs
- CollectionViewSource.cs
- LocalIdKeyIdentifierClause.cs
- ComponentSerializationService.cs
- WebBrowserHelper.cs
- OpCodes.cs
- PasswordPropertyTextAttribute.cs
- UInt32Storage.cs
- ISO2022Encoding.cs
- AssemblyInfo.cs
- _IPv6Address.cs
- SrgsItemList.cs
- RectAnimationUsingKeyFrames.cs
- RequestCacheManager.cs
- VariableQuery.cs
- AutomationProperties.cs
- GuidConverter.cs
- FloatUtil.cs
- GeneralTransform3DGroup.cs
- ControlCollection.cs
- DataRowExtensions.cs
- DiscoveryUtility.cs
- PersistenceMetadataNamespace.cs
- Expression.cs
- TextControl.cs
- FontFamilyValueSerializer.cs
- TraceUtils.cs
- LingerOption.cs
- Trace.cs
- DateTimeStorage.cs
- ValueExpressions.cs
- CodeCommentStatementCollection.cs
- JsonSerializer.cs
- ColumnResizeUndoUnit.cs
- FontSourceCollection.cs
- DebugController.cs
- MaskedTextProvider.cs
- ObjectDataSourceView.cs
- CalendarTable.cs
- StubHelpers.cs
- RootProfilePropertySettingsCollection.cs
- ItemType.cs
- TraceRecord.cs
- VisualBasicDesignerHelper.cs
- SymLanguageType.cs
- ContextMarshalException.cs
- SafeViewOfFileHandle.cs
- PathData.cs
- SocketInformation.cs
- PrintDialog.cs
- GetCryptoTransformRequest.cs
- TreeWalker.cs
- TextSegment.cs
- CancellableEnumerable.cs
- SuppressMergeCheckAttribute.cs
- UIAgentAsyncBeginRequest.cs
- TemplatePropertyEntry.cs
- HttpResponseInternalWrapper.cs
- BitmapEffectDrawing.cs
- UnionQueryOperator.cs
- XmlQualifiedNameTest.cs
- PropertyFilterAttribute.cs
- ResXBuildProvider.cs
- LostFocusEventManager.cs
- AdapterUtil.cs
- ComUdtElementCollection.cs
- ProfileGroupSettingsCollection.cs
- StringConcat.cs
- CallbackValidatorAttribute.cs
- XmlSchemaDocumentation.cs
- DoubleConverter.cs
- Assert.cs
- GridViewPageEventArgs.cs
- DebuggerAttributes.cs
- InputReport.cs
- MediaScriptCommandRoutedEventArgs.cs
- Propagator.cs
- HtmlInputReset.cs
- SqlRewriteScalarSubqueries.cs
- GlyphRunDrawing.cs