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
- SimpleHandlerBuildProvider.cs
- OdbcRowUpdatingEvent.cs
- LoadedEvent.cs
- bidPrivateBase.cs
- WinEventHandler.cs
- EllipseGeometry.cs
- ChtmlTextWriter.cs
- SystemThemeKey.cs
- HttpRequestTraceRecord.cs
- MdiWindowListItemConverter.cs
- TableMethodGenerator.cs
- ResourceContainer.cs
- JavaScriptObjectDeserializer.cs
- HebrewNumber.cs
- ColorMap.cs
- SecurityDocument.cs
- NullReferenceException.cs
- XPathDocument.cs
- ToolStripManager.cs
- Type.cs
- CopyAttributesAction.cs
- GradientStop.cs
- GridViewSelectEventArgs.cs
- XsltArgumentList.cs
- ExceptionRoutedEventArgs.cs
- Type.cs
- Win32PrintDialog.cs
- MarkupCompilePass2.cs
- DocumentViewer.cs
- XmlSignificantWhitespace.cs
- StaticTextPointer.cs
- SafeEventLogWriteHandle.cs
- SplitterEvent.cs
- ContextMenuService.cs
- GeometryDrawing.cs
- SqlPersonalizationProvider.cs
- SortQueryOperator.cs
- CodeDelegateCreateExpression.cs
- ValidatorCompatibilityHelper.cs
- PropertiesTab.cs
- ProfileEventArgs.cs
- PEFileReader.cs
- StatusBarPanel.cs
- CacheVirtualItemsEvent.cs
- SqlUserDefinedAggregateAttribute.cs
- XPathNavigator.cs
- EdmSchemaAttribute.cs
- SqlConnectionString.cs
- XmlChildEnumerator.cs
- designeractionbehavior.cs
- XmlNode.cs
- NullableFloatMinMaxAggregationOperator.cs
- ServiceAuthorizationBehavior.cs
- LinkLabelLinkClickedEvent.cs
- FontDriver.cs
- PagePropertiesChangingEventArgs.cs
- IdnElement.cs
- WebServiceReceiveDesigner.cs
- DataServiceException.cs
- EncoderNLS.cs
- HtmlInputPassword.cs
- DetailsViewDeletedEventArgs.cs
- UICuesEvent.cs
- Slider.cs
- HasCopySemanticsAttribute.cs
- ClientScriptManager.cs
- StylusCaptureWithinProperty.cs
- ServiceModelConfigurationSectionCollection.cs
- SafeFileHandle.cs
- FileDetails.cs
- HeaderedContentControl.cs
- PartitionResolver.cs
- Avt.cs
- OleDbFactory.cs
- WindowsListViewGroupHelper.cs
- CodeAssignStatement.cs
- BitmapEffectrendercontext.cs
- HyperLinkStyle.cs
- ZipIOExtraFieldElement.cs
- DispatchChannelSink.cs
- DataGridViewCellMouseEventArgs.cs
- SafeRightsManagementPubHandle.cs
- Activation.cs
- BaseConfigurationRecord.cs
- JsonByteArrayDataContract.cs
- ping.cs
- ConcurrencyMode.cs
- ImpersonationContext.cs
- FormView.cs
- AllMembershipCondition.cs
- MimeMapping.cs
- ModelProperty.cs
- CustomAttribute.cs
- WebSysDisplayNameAttribute.cs
- QilLoop.cs
- NativeMethods.cs
- PersianCalendar.cs
- Debugger.cs
- IApplicationTrustManager.cs
- WebBrowserPermission.cs