Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellValidatingEventArgs.cs / 1305376 / 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
- MetadataSerializer.cs
- _BaseOverlappedAsyncResult.cs
- FreezableOperations.cs
- ExternalFile.cs
- CompoundFileIOPermission.cs
- ManipulationCompletedEventArgs.cs
- Matrix3DValueSerializer.cs
- Menu.cs
- SerializationTrace.cs
- WebServicesDescriptionAttribute.cs
- RowBinding.cs
- ProgramNode.cs
- TransformProviderWrapper.cs
- PhysicalAddress.cs
- WindowsFormsHost.cs
- XmlTextReader.cs
- CodeMethodReturnStatement.cs
- securestring.cs
- CrossAppDomainChannel.cs
- MaskDescriptor.cs
- PackWebRequestFactory.cs
- ToolZoneDesigner.cs
- BufferModeSettings.cs
- HttpConfigurationSystem.cs
- WsatConfiguration.cs
- BooleanExpr.cs
- SafeNativeMethodsMilCoreApi.cs
- FixedBufferAttribute.cs
- DataGridColumnCollection.cs
- SequentialUshortCollection.cs
- AttributeCollection.cs
- StrokeSerializer.cs
- UIPermission.cs
- CompiledQueryCacheEntry.cs
- SocketInformation.cs
- DataContext.cs
- CaseStatementProjectedSlot.cs
- OdbcError.cs
- StatusBarDrawItemEvent.cs
- CodePropertyReferenceExpression.cs
- View.cs
- XmlSchemaParticle.cs
- TemplatedAdorner.cs
- EncoderBestFitFallback.cs
- SignedPkcs7.cs
- LayoutInformation.cs
- Win32KeyboardDevice.cs
- RestHandlerFactory.cs
- MsmqInputSessionChannel.cs
- ConfigurationSectionGroupCollection.cs
- QueryOperatorEnumerator.cs
- BinaryOperationBinder.cs
- PropertyChangeTracker.cs
- httpapplicationstate.cs
- DebuggerService.cs
- NativeMethods.cs
- SqlNode.cs
- SqlDataSourceCommandEventArgs.cs
- SqlDataSourceView.cs
- ReferenceList.cs
- StringAnimationBase.cs
- UnionCqlBlock.cs
- SafeNativeMethods.cs
- RadioButton.cs
- DataObjectPastingEventArgs.cs
- JapaneseLunisolarCalendar.cs
- Calendar.cs
- CroppedBitmap.cs
- StylusPoint.cs
- DataGrid.cs
- SecureEnvironment.cs
- ToolStripMenuItem.cs
- ListViewCommandEventArgs.cs
- DataSourceCache.cs
- TextDpi.cs
- OrderedDictionary.cs
- MissingFieldException.cs
- PermissionListSet.cs
- NavigationProperty.cs
- PropertyNames.cs
- TemplatedEditableDesignerRegion.cs
- _CookieModule.cs
- HtmlImage.cs
- HwndTarget.cs
- EditorPartDesigner.cs
- EntityViewGenerator.cs
- EntityDataSourceView.cs
- PageSetupDialog.cs
- Button.cs
- ImageUrlEditor.cs
- WebBrowserContainer.cs
- LicenseException.cs
- ConfigurationStrings.cs
- InvalidPrinterException.cs
- DataColumnChangeEvent.cs
- ResourceManager.cs
- BaseAsyncResult.cs
- Delegate.cs
- QuotedPrintableStream.cs
- WindowsListViewItem.cs