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
- NoneExcludedImageIndexConverter.cs
- MarkupObject.cs
- MemoryFailPoint.cs
- ApplicationSecurityInfo.cs
- NativeWindow.cs
- PartBasedPackageProperties.cs
- ListViewTableCell.cs
- SiteMapDataSourceView.cs
- RuleAttributes.cs
- HostVisual.cs
- IFlowDocumentViewer.cs
- WindowsComboBox.cs
- DataColumnMappingCollection.cs
- PointAnimationUsingKeyFrames.cs
- CompositeScriptReferenceEventArgs.cs
- TcpServerChannel.cs
- StringDictionary.cs
- PageBreakRecord.cs
- SiteMapNodeCollection.cs
- WebReference.cs
- ZipIOLocalFileDataDescriptor.cs
- DefaultPrintController.cs
- Binding.cs
- DrawingGroup.cs
- GatewayDefinition.cs
- DataBoundControl.cs
- RadioButton.cs
- PolicyManager.cs
- ConstructorNeedsTagAttribute.cs
- TokenBasedSet.cs
- VisualStateGroup.cs
- PresentationTraceSources.cs
- HtmlImage.cs
- ToolStripSystemRenderer.cs
- ListViewUpdateEventArgs.cs
- AlphabeticalEnumConverter.cs
- DataGridComponentEditor.cs
- HttpPostedFile.cs
- FileChangesMonitor.cs
- ListSortDescriptionCollection.cs
- ParagraphVisual.cs
- PrimarySelectionAdorner.cs
- PageOutputQuality.cs
- CodeDirectoryCompiler.cs
- DataGridSortCommandEventArgs.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- AssemblyBuilder.cs
- AmbientLight.cs
- Helper.cs
- HandlerWithFactory.cs
- HtmlTitle.cs
- WsatRegistrationHeader.cs
- HttpServerVarsCollection.cs
- UidManager.cs
- MessageQuerySet.cs
- SafeUserTokenHandle.cs
- indexingfiltermarshaler.cs
- PropertyChange.cs
- UserControl.cs
- OutputCacheProfileCollection.cs
- DataStreams.cs
- HttpConfigurationContext.cs
- SamlAttribute.cs
- UpdateManifestForBrowserApplication.cs
- WebZone.cs
- StylusPointProperties.cs
- CodeMethodMap.cs
- RectangleHotSpot.cs
- ForceCopyBuildProvider.cs
- UIElement.cs
- MarkupExtensionReturnTypeAttribute.cs
- DeviceContext.cs
- TransformCollection.cs
- WorkflowViewManager.cs
- WebPartUtil.cs
- TextRenderer.cs
- TextServicesManager.cs
- MasterPageBuildProvider.cs
- ColorConverter.cs
- LinqDataSourceValidationException.cs
- MouseButtonEventArgs.cs
- EncoderBestFitFallback.cs
- SectionInput.cs
- RectAnimationClockResource.cs
- SafeNativeMethods.cs
- TextDecoration.cs
- SchemaInfo.cs
- ReadOnlyAttribute.cs
- TypeElement.cs
- DebugView.cs
- StorageMappingItemCollection.cs
- DirectoryObjectSecurity.cs
- RangeValidator.cs
- RegexCaptureCollection.cs
- OdbcException.cs
- ContainerUIElement3D.cs
- HttpRuntime.cs
- NativeConfigurationLoader.cs
- TypeDescriptionProvider.cs
- SelectorAutomationPeer.cs