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
- SimpleModelProvider.cs
- ManagedCodeMarkers.cs
- ToolZone.cs
- SimpleHandlerFactory.cs
- CompiledRegexRunner.cs
- ColorIndependentAnimationStorage.cs
- AdjustableArrowCap.cs
- FunctionQuery.cs
- CorrelationQueryBehavior.cs
- OLEDB_Util.cs
- LinqDataSourceDeleteEventArgs.cs
- CodeExpressionCollection.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- ByteStorage.cs
- FloaterParagraph.cs
- SkipQueryOptionExpression.cs
- XmlDataSourceView.cs
- StandardOleMarshalObject.cs
- ParseHttpDate.cs
- TemplatedAdorner.cs
- State.cs
- TokenBasedSet.cs
- HtmlTableRow.cs
- Label.cs
- RowsCopiedEventArgs.cs
- SpellerStatusTable.cs
- CachedRequestParams.cs
- DataServiceKeyAttribute.cs
- Rect3DValueSerializer.cs
- NoResizeSelectionBorderGlyph.cs
- DynamicMethod.cs
- HttpServerVarsCollection.cs
- FixedSOMFixedBlock.cs
- TextBox.cs
- SymbolPair.cs
- CodeDelegateInvokeExpression.cs
- OutputScopeManager.cs
- ImageEditor.cs
- LeaseManager.cs
- EntityViewGenerationAttribute.cs
- DiscoveryDocumentReference.cs
- DrawingContextDrawingContextWalker.cs
- WebPartsPersonalizationAuthorization.cs
- InternalConfigRoot.cs
- OneOf.cs
- ServiceObjectContainer.cs
- SqlCacheDependencyDatabase.cs
- QilLiteral.cs
- CacheEntry.cs
- SharedPersonalizationStateInfo.cs
- ServiceProviders.cs
- ResolveCriteriaApril2005.cs
- XmlSchemaFacet.cs
- DockingAttribute.cs
- XsltArgumentList.cs
- TextEffectResolver.cs
- _IPv6Address.cs
- _AutoWebProxyScriptWrapper.cs
- ConfigUtil.cs
- EastAsianLunisolarCalendar.cs
- Composition.cs
- InstanceData.cs
- XPathSelfQuery.cs
- SystemTcpConnection.cs
- ProcessInputEventArgs.cs
- IntegerValidatorAttribute.cs
- BookmarkTable.cs
- PasswordTextContainer.cs
- SafeLibraryHandle.cs
- TextEndOfLine.cs
- DelegatedStream.cs
- RectangleHotSpot.cs
- ModuleConfigurationInfo.cs
- UIElement3DAutomationPeer.cs
- CancellationToken.cs
- ToolBarPanel.cs
- TextComposition.cs
- XmlNavigatorStack.cs
- StylusPointProperty.cs
- TypeConverter.cs
- PackUriHelper.cs
- SizeAnimationBase.cs
- AnimationStorage.cs
- NonParentingControl.cs
- UpdateProgress.cs
- HttpClientCredentialType.cs
- ClassicBorderDecorator.cs
- PipelineComponent.cs
- HttpRequest.cs
- QilFactory.cs
- BevelBitmapEffect.cs
- WinFormsSecurity.cs
- TextTreeInsertUndoUnit.cs
- input.cs
- ToolStripHighContrastRenderer.cs
- ObjectRef.cs
- ActivityXRefConverter.cs
- IxmlLineInfo.cs
- SQLBinary.cs
- NetworkInformationPermission.cs