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
- ViewCellRelation.cs
- HttpDictionary.cs
- AuthenticationSection.cs
- GatewayIPAddressInformationCollection.cs
- RegularExpressionValidator.cs
- Update.cs
- ConversionContext.cs
- Types.cs
- CodeTypeDeclarationCollection.cs
- CheckBoxPopupAdapter.cs
- querybuilder.cs
- HttpConfigurationContext.cs
- DetailsViewRow.cs
- autovalidator.cs
- OutgoingWebResponseContext.cs
- Window.cs
- ArrangedElementCollection.cs
- SchemaConstraints.cs
- CounterCreationData.cs
- ObjectItemLoadingSessionData.cs
- ConfigurationLockCollection.cs
- BinaryObjectWriter.cs
- WebPartConnectionsEventArgs.cs
- FragmentQueryKB.cs
- ConfigurationElementCollection.cs
- __FastResourceComparer.cs
- PerformanceCounterCategory.cs
- AudioFormatConverter.cs
- SystemIcmpV6Statistics.cs
- WinFormsUtils.cs
- TextEndOfParagraph.cs
- PrintDocument.cs
- Interfaces.cs
- ResolveCriteriaApril2005.cs
- Task.cs
- ContextMenuStripGroup.cs
- FormsAuthenticationUser.cs
- SqlError.cs
- BaseServiceProvider.cs
- MarshalByRefObject.cs
- ToolStripScrollButton.cs
- XsltFunctions.cs
- StateWorkerRequest.cs
- AppliedDeviceFiltersDialog.cs
- DataPagerFieldItem.cs
- MessagePropertyDescriptionCollection.cs
- ImportStoreException.cs
- NamedPermissionSet.cs
- Size.cs
- ConfigurationManagerHelper.cs
- CompilerCollection.cs
- WebPartUserCapability.cs
- AnnotationComponentManager.cs
- Form.cs
- DefaultValueTypeConverter.cs
- DrawingVisualDrawingContext.cs
- InteropAutomationProvider.cs
- EventHandlingScope.cs
- VersionUtil.cs
- Stacktrace.cs
- TranslateTransform3D.cs
- PointConverter.cs
- XmlEntity.cs
- ExtensibleClassFactory.cs
- AsymmetricAlgorithm.cs
- WrapPanel.cs
- TableLayoutPanelCellPosition.cs
- CheckBoxPopupAdapter.cs
- Pkcs7Signer.cs
- DataGridGeneralPage.cs
- EUCJPEncoding.cs
- MouseWheelEventArgs.cs
- TargetException.cs
- ExpressionBuilderContext.cs
- RequestCachingSection.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- UrlPath.cs
- ClientData.cs
- PriorityBinding.cs
- AutomationPropertyChangedEventArgs.cs
- TrackingLocationCollection.cs
- ListViewCancelEventArgs.cs
- DataServiceBuildProvider.cs
- ComponentChangedEvent.cs
- ThemeableAttribute.cs
- RangeBaseAutomationPeer.cs
- Ipv6Element.cs
- ConfigXmlCDataSection.cs
- ProtectedConfigurationProviderCollection.cs
- Constraint.cs
- UseLicense.cs
- WsdlInspector.cs
- HtmlForm.cs
- SqlVersion.cs
- SecurityManager.cs
- WebResourceAttribute.cs
- RegexGroupCollection.cs
- XmlSequenceWriter.cs
- Matrix.cs
- BindableAttribute.cs