Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- OdbcConnectionOpen.cs
- SqlGatherConsumedAliases.cs
- XmlSchemaGroupRef.cs
- BasicExpressionVisitor.cs
- WCFBuildProvider.cs
- DataGridViewDesigner.cs
- SoapServerMessage.cs
- TypeHelper.cs
- TreeNodeStyleCollection.cs
- ToolStripContainer.cs
- WebPartAddingEventArgs.cs
- XmlNodeReader.cs
- DocumentPageView.cs
- SynchronizationValidator.cs
- PhonemeConverter.cs
- FamilyMapCollection.cs
- Coordinator.cs
- ProjectionCamera.cs
- LocalClientSecuritySettingsElement.cs
- TextParagraphProperties.cs
- DoubleConverter.cs
- ProviderException.cs
- DataContext.cs
- smtpconnection.cs
- TextServicesPropertyRanges.cs
- ReservationNotFoundException.cs
- EventManager.cs
- PriorityBindingExpression.cs
- NavigationProperty.cs
- ConnectionStringSettings.cs
- InboundActivityHelper.cs
- DbgCompiler.cs
- ListViewTableRow.cs
- SqlCommand.cs
- NominalTypeEliminator.cs
- EventMap.cs
- GacUtil.cs
- PageFunction.cs
- TextHidden.cs
- CredentialCache.cs
- HttpCapabilitiesSectionHandler.cs
- InstanceDataCollection.cs
- Semaphore.cs
- ApplicationSecurityManager.cs
- CompileXomlTask.cs
- FileEnumerator.cs
- ListViewUpdatedEventArgs.cs
- ConfigurationPermission.cs
- BinaryObjectReader.cs
- AxDesigner.cs
- ExpressionNormalizer.cs
- HtmlInputRadioButton.cs
- ContentElementAutomationPeer.cs
- DayRenderEvent.cs
- UxThemeWrapper.cs
- BulletedListEventArgs.cs
- XmlAttributeCollection.cs
- MessageDescriptionCollection.cs
- DependencyProperty.cs
- XmlSignificantWhitespace.cs
- DataControlFieldCell.cs
- SafeBitVector32.cs
- MatrixAnimationUsingKeyFrames.cs
- XmlReaderDelegator.cs
- SelectQueryOperator.cs
- InkCanvasAutomationPeer.cs
- EventRouteFactory.cs
- MailSettingsSection.cs
- XmlSchemaAttributeGroupRef.cs
- PartBasedPackageProperties.cs
- ListCollectionView.cs
- KeySplineConverter.cs
- LostFocusEventManager.cs
- ActivityTrace.cs
- HtmlContainerControl.cs
- ComponentSerializationService.cs
- MaterialCollection.cs
- XmlHelper.cs
- ApplicationDirectoryMembershipCondition.cs
- FrameworkElement.cs
- UserControl.cs
- Propagator.JoinPropagator.cs
- PropertyOverridesTypeEditor.cs
- DataGridViewLinkCell.cs
- Size3DConverter.cs
- QueryContinueDragEventArgs.cs
- AnnotationHelper.cs
- Deserializer.cs
- _SafeNetHandles.cs
- TypeConverterValueSerializer.cs
- UrlMappingsSection.cs
- _LazyAsyncResult.cs
- SqlDataSourceConfigureSortForm.cs
- TaskDesigner.cs
- BooleanKeyFrameCollection.cs
- IList.cs
- DragCompletedEventArgs.cs
- SelectionHighlightInfo.cs
- PackagePart.cs
- MemberAccessException.cs