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
- DataServiceBehavior.cs
- PropertyPathWorker.cs
- ParentQuery.cs
- DataGridItem.cs
- EntityExpressionVisitor.cs
- MsmqChannelListenerBase.cs
- ConfigurationValidatorBase.cs
- CalendarTable.cs
- DocumentAutomationPeer.cs
- TimerElapsedEvenArgs.cs
- PrintDialogDesigner.cs
- Freezable.cs
- LinearGradientBrush.cs
- ResourceReferenceExpressionConverter.cs
- PartialArray.cs
- ValidatedControlConverter.cs
- Brushes.cs
- EventLogWatcher.cs
- WebPart.cs
- Page.cs
- CodeCastExpression.cs
- Util.cs
- DbProviderSpecificTypePropertyAttribute.cs
- TypeTypeConverter.cs
- EdmRelationshipRoleAttribute.cs
- RegexReplacement.cs
- SafePEFileHandle.cs
- ServiceRoute.cs
- BoundsDrawingContextWalker.cs
- SchemaInfo.cs
- StatusBarItemAutomationPeer.cs
- MetadataItemEmitter.cs
- GridViewColumnHeaderAutomationPeer.cs
- SourceItem.cs
- IPEndPointCollection.cs
- BrowserCapabilitiesCompiler.cs
- DbConnectionPoolCounters.cs
- EnglishPluralizationService.cs
- InkSerializer.cs
- ServiceModelConfigurationSectionGroup.cs
- FacetDescription.cs
- AuthenticationConfig.cs
- NumberFunctions.cs
- ProgressiveCrcCalculatingStream.cs
- FamilyMap.cs
- PropertyMapper.cs
- GenericWebPart.cs
- PinnedBufferMemoryStream.cs
- BitmapEffectGeneralTransform.cs
- MasterPageCodeDomTreeGenerator.cs
- NameTable.cs
- ILGenerator.cs
- TypeViewSchema.cs
- indexingfiltermarshaler.cs
- DropShadowBitmapEffect.cs
- DocumentApplication.cs
- Brushes.cs
- SessionStateModule.cs
- ImplicitInputBrush.cs
- WindowsFormsHost.cs
- SrgsElementFactoryCompiler.cs
- AsymmetricSignatureDeformatter.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- CompatibleComparer.cs
- InitiatorServiceModelSecurityTokenRequirement.cs
- RenderData.cs
- invalidudtexception.cs
- RoleGroupCollection.cs
- DataSourceGroupCollection.cs
- TextEffect.cs
- DoubleCollectionValueSerializer.cs
- BamlTreeUpdater.cs
- RefType.cs
- Win32SafeHandles.cs
- ReferenceEqualityComparer.cs
- TableSectionStyle.cs
- DataServiceClientException.cs
- XmlWellformedWriter.cs
- FactoryMaker.cs
- DrawListViewItemEventArgs.cs
- SystemColors.cs
- View.cs
- IdentifierCollection.cs
- PasswordTextContainer.cs
- WebPartMenuStyle.cs
- ColorContext.cs
- CommandBindingCollection.cs
- MachineSettingsSection.cs
- CodeTypeParameter.cs
- TwoPhaseCommit.cs
- ReferenceService.cs
- OutOfMemoryException.cs
- TextTreeTextNode.cs
- FunctionQuery.cs
- PropertyChangedEventArgs.cs
- AsyncStreamReader.cs
- SqlUDTStorage.cs
- SurrogateChar.cs
- OrderedDictionaryStateHelper.cs
- OrderByQueryOptionExpression.cs