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
- ConnectionManagementElementCollection.cs
- StickyNoteHelper.cs
- FactoryGenerator.cs
- AQNBuilder.cs
- MultiTrigger.cs
- MimeParameterWriter.cs
- SafeProcessHandle.cs
- RawStylusSystemGestureInputReport.cs
- WebPartConnectionsCloseVerb.cs
- DiagnosticEventProvider.cs
- AsymmetricKeyExchangeFormatter.cs
- StrokeDescriptor.cs
- HostingEnvironment.cs
- SpeechEvent.cs
- BrowserDefinitionCollection.cs
- XsdDuration.cs
- WindowHideOrCloseTracker.cs
- FormsAuthenticationTicket.cs
- StackOverflowException.cs
- EntityClassGenerator.cs
- EmbeddedMailObject.cs
- ControlParser.cs
- ObjectDataSourceDisposingEventArgs.cs
- TreeIterator.cs
- SoapSchemaExporter.cs
- TrackingQuery.cs
- SiteMapPath.cs
- DoubleConverter.cs
- RoutedCommand.cs
- UnionCodeGroup.cs
- BreakRecordTable.cs
- PermissionSetTriple.cs
- ContainerSelectorActiveEvent.cs
- DataGridViewColumnEventArgs.cs
- MessageDecoder.cs
- LoginAutoFormat.cs
- LinkButton.cs
- UserControl.cs
- DesignerWidgets.cs
- CellQuery.cs
- CellQuery.cs
- UshortList2.cs
- XslAstAnalyzer.cs
- UnmanagedMemoryStream.cs
- MouseActionConverter.cs
- ApplicationDirectory.cs
- TextRunCache.cs
- XmlSchemaDatatype.cs
- ValueCollectionParameterReader.cs
- UnsafeNetInfoNativeMethods.cs
- DoubleAnimation.cs
- MsmqOutputChannel.cs
- CSharpCodeProvider.cs
- indexingfiltermarshaler.cs
- WebHeaderCollection.cs
- WindowsTooltip.cs
- Label.cs
- WeakHashtable.cs
- BuildProviderCollection.cs
- Cursor.cs
- RadioButtonPopupAdapter.cs
- WebPartMenuStyle.cs
- SqlOuterApplyReducer.cs
- ConditionalAttribute.cs
- BaseCAMarshaler.cs
- SchemaComplexType.cs
- SizeChangedEventArgs.cs
- HttpDigestClientElement.cs
- QueryCursorEventArgs.cs
- MetadataSource.cs
- CompiledAction.cs
- UnionCodeGroup.cs
- EntityDescriptor.cs
- SponsorHelper.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ClientRuntimeConfig.cs
- PowerEase.cs
- wmiprovider.cs
- BrowserTree.cs
- Size.cs
- DeferredSelectedIndexReference.cs
- RangeValuePattern.cs
- SmiMetaData.cs
- MetaModel.cs
- DbConnectionPoolOptions.cs
- TextServicesCompartmentEventSink.cs
- TextRunProperties.cs
- ImageListUtils.cs
- ExceptionTranslationTable.cs
- _AcceptOverlappedAsyncResult.cs
- JobStaple.cs
- DataColumnCollection.cs
- TraceContextRecord.cs
- SHA1Managed.cs
- CollectionsUtil.cs
- CodeVariableDeclarationStatement.cs
- CustomAttributeSerializer.cs
- StateMachineHelpers.cs
- Table.cs
- QueryFunctions.cs