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
- ServerValidateEventArgs.cs
- CodeMemberProperty.cs
- SchemaTableColumn.cs
- DBPropSet.cs
- sqlnorm.cs
- TraceHandlerErrorFormatter.cs
- FormsAuthenticationEventArgs.cs
- EntityContainerEmitter.cs
- _Events.cs
- BufferedStream2.cs
- TabItemWrapperAutomationPeer.cs
- Pointer.cs
- VisualStyleTypesAndProperties.cs
- SystemIcmpV6Statistics.cs
- ContentValidator.cs
- BitVector32.cs
- MulticastOption.cs
- SingleStorage.cs
- dataprotectionpermission.cs
- BindingValueChangedEventArgs.cs
- DispatcherHooks.cs
- PageCatalogPart.cs
- FrameAutomationPeer.cs
- SelectionEditingBehavior.cs
- InkCanvasFeedbackAdorner.cs
- JsonGlobals.cs
- TypeBuilder.cs
- IndexerNameAttribute.cs
- CodeDelegateInvokeExpression.cs
- TextTreeObjectNode.cs
- BooleanExpr.cs
- IPEndPoint.cs
- FixedHyperLink.cs
- CaseKeyBox.xaml.cs
- Row.cs
- ObjectFullSpanRewriter.cs
- TripleDESCryptoServiceProvider.cs
- TreeIterator.cs
- TypeHelpers.cs
- KeyboardNavigation.cs
- CapabilitiesRule.cs
- CompiledAction.cs
- ViewStateException.cs
- ActiveXContainer.cs
- MyContact.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- CdpEqualityComparer.cs
- RequestQueue.cs
- TCPClient.cs
- HighlightComponent.cs
- Size3D.cs
- GetBrowserTokenRequest.cs
- WebBrowserProgressChangedEventHandler.cs
- SplitterPanel.cs
- WindowsTokenRoleProvider.cs
- PersonalizationProviderCollection.cs
- ClientType.cs
- securitymgrsite.cs
- QuaternionAnimationUsingKeyFrames.cs
- RecordManager.cs
- CrossAppDomainChannel.cs
- UmAlQuraCalendar.cs
- RelationshipWrapper.cs
- Util.cs
- OrderByQueryOptionExpression.cs
- XmlSchemaComplexType.cs
- ExecutedRoutedEventArgs.cs
- MetadataItemEmitter.cs
- NameSpaceEvent.cs
- MessageQueueCriteria.cs
- MetadataArtifactLoaderResource.cs
- PropertyEntry.cs
- DataGridViewHeaderCell.cs
- SwitchExpression.cs
- HostingPreferredMapPath.cs
- HttpRawResponse.cs
- ToolStripMenuItemDesigner.cs
- AttachInfo.cs
- PrimitiveCodeDomSerializer.cs
- DelegateHelpers.Generated.cs
- ItemCollection.cs
- HttpContextWrapper.cs
- RefreshEventArgs.cs
- GenerateTemporaryAssemblyTask.cs
- CommunicationObjectManager.cs
- ToolStripItemClickedEventArgs.cs
- ValueConversionAttribute.cs
- sortedlist.cs
- OneToOneMappingSerializer.cs
- RightsManagementEncryptionTransform.cs
- hresults.cs
- SctClaimDictionary.cs
- Identifier.cs
- ContractCodeDomInfo.cs
- StaticResourceExtension.cs
- Root.cs
- XmlRawWriter.cs
- ExpressionBuilderCollection.cs
- ExtensionQuery.cs
- QueryOperatorEnumerator.cs