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
- HttpDebugHandler.cs
- SmtpTransport.cs
- SimpleWebHandlerParser.cs
- ReaderWriterLock.cs
- TreeViewItemAutomationPeer.cs
- XmlCodeExporter.cs
- Privilege.cs
- Int32CollectionConverter.cs
- DateTimeSerializationSection.cs
- RegexReplacement.cs
- GridPattern.cs
- ArcSegment.cs
- ListCollectionView.cs
- DataBindingCollection.cs
- FixedPageAutomationPeer.cs
- RealizationDrawingContextWalker.cs
- XmlTypeAttribute.cs
- CacheHelper.cs
- ColumnPropertiesGroup.cs
- MessageSmuggler.cs
- TransactionChannelFactory.cs
- XmlWriter.cs
- SqlProviderManifest.cs
- CollectionBase.cs
- ManagedFilter.cs
- EntityWithChangeTrackerStrategy.cs
- StdValidatorsAndConverters.cs
- ExtensionSimplifierMarkupObject.cs
- XmlException.cs
- PreservationFileWriter.cs
- PassportAuthenticationEventArgs.cs
- QueryReaderSettings.cs
- TextViewSelectionProcessor.cs
- CopyAction.cs
- PolicyUtility.cs
- DecoderReplacementFallback.cs
- IPPacketInformation.cs
- SymLanguageType.cs
- PropertyInformationCollection.cs
- DataTransferEventArgs.cs
- HttpFileCollection.cs
- Ref.cs
- MulticastNotSupportedException.cs
- XmlSchemaRedefine.cs
- Lazy.cs
- MetadataArtifactLoaderCompositeFile.cs
- ApplyTemplatesAction.cs
- TransactionFlowBindingElementImporter.cs
- XmlChoiceIdentifierAttribute.cs
- Tag.cs
- ParameterRefs.cs
- ItemChangedEventArgs.cs
- ScrollEvent.cs
- MediaSystem.cs
- BinaryMessageFormatter.cs
- BooleanFunctions.cs
- DelegateHelpers.cs
- Int32RectValueSerializer.cs
- ProfileEventArgs.cs
- CryptoKeySecurity.cs
- CodeParameterDeclarationExpression.cs
- TouchesCapturedWithinProperty.cs
- HtmlTableRowCollection.cs
- ItemsChangedEventArgs.cs
- RC2CryptoServiceProvider.cs
- AttributeXamlType.cs
- TrackingProfile.cs
- TextDpi.cs
- CacheDependency.cs
- CommonDialog.cs
- WorkflowQueuingService.cs
- TrackingRecord.cs
- SmtpMail.cs
- SecurityState.cs
- X509ChainElement.cs
- CodeGenHelper.cs
- streamingZipPartStream.cs
- JournalEntryListConverter.cs
- SQLRoleProvider.cs
- TreeIterator.cs
- xmlfixedPageInfo.cs
- ImageIndexConverter.cs
- MenuItemStyle.cs
- TransactionContextValidator.cs
- XmlSchemaSubstitutionGroup.cs
- HttpTransportSecurityElement.cs
- GeneralTransform3D.cs
- Gdiplus.cs
- FormViewDeleteEventArgs.cs
- HttpWriter.cs
- BuildProviderCollection.cs
- OleDbWrapper.cs
- _NtlmClient.cs
- XmlTextReaderImplHelpers.cs
- StringArrayEditor.cs
- ScriptRegistrationManager.cs
- CapabilitiesPattern.cs
- XmlRawWriterWrapper.cs
- HandleExceptionArgs.cs
- ServiceModelEnumValidator.cs