Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowErrorTextNeededEventArgs.cs / 1 / DataGridViewRowErrorTextNeededEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ///public class DataGridViewRowErrorTextNeededEventArgs : EventArgs { private int rowIndex; private string errorText; internal DataGridViewRowErrorTextNeededEventArgs(int rowIndex, string errorText) { Debug.Assert(rowIndex >= -1); this.rowIndex = rowIndex; this.errorText = errorText; } /// public string ErrorText { get { return this.errorText; } set { this.errorText = value; } } /// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XPathAncestorIterator.cs
- HashMembershipCondition.cs
- Message.cs
- StartUpEventArgs.cs
- _LazyAsyncResult.cs
- RubberbandSelector.cs
- IncrementalReadDecoders.cs
- ListBoxItem.cs
- ProtocolElement.cs
- TimestampInformation.cs
- TaskHelper.cs
- ReferenceService.cs
- ViewValidator.cs
- Publisher.cs
- ProcessModelInfo.cs
- CubicEase.cs
- CompiledRegexRunnerFactory.cs
- Substitution.cs
- TextEffect.cs
- Overlapped.cs
- EventLogLink.cs
- MeshGeometry3D.cs
- ITextView.cs
- AxisAngleRotation3D.cs
- DrawingContextWalker.cs
- UnrecognizedAssertionsBindingElement.cs
- TextLineBreak.cs
- TypeUtils.cs
- SoapInteropTypes.cs
- WebDescriptionAttribute.cs
- AppSettingsExpressionBuilder.cs
- ZoneIdentityPermission.cs
- TextTreeDeleteContentUndoUnit.cs
- MatrixTransform3D.cs
- CollectionDataContractAttribute.cs
- MsmqElementBase.cs
- FactorySettingsElement.cs
- KnownColorTable.cs
- ScriptRegistrationManager.cs
- _ListenerAsyncResult.cs
- RuntimeIdentifierPropertyAttribute.cs
- TextLineResult.cs
- SpellerHighlightLayer.cs
- RequiredFieldValidator.cs
- UInt16.cs
- MsmqReceiveParameters.cs
- ScaleTransform3D.cs
- SafeThreadHandle.cs
- DataGridViewRowEventArgs.cs
- ReadWriteSpinLock.cs
- QuaternionAnimation.cs
- hwndwrapper.cs
- ConfigUtil.cs
- ISAPIApplicationHost.cs
- WindowManager.cs
- TextContainerChangeEventArgs.cs
- DataSvcMapFile.cs
- PolyQuadraticBezierSegment.cs
- DynamicQueryStringParameter.cs
- PhysicalOps.cs
- IdentityManager.cs
- DeflateEmulationStream.cs
- ConfigurationSettings.cs
- URLIdentityPermission.cs
- XmlComment.cs
- DataException.cs
- ProcessHostConfigUtils.cs
- COM2IPerPropertyBrowsingHandler.cs
- AttributeUsageAttribute.cs
- BindingNavigator.cs
- HtmlFormWrapper.cs
- SamlAction.cs
- XmlWellformedWriter.cs
- DocumentOrderQuery.cs
- Point3DCollectionConverter.cs
- SortDescriptionCollection.cs
- Int32AnimationBase.cs
- ProfileSettings.cs
- DesignTable.cs
- PartManifestEntry.cs
- SqlFormatter.cs
- Pair.cs
- MULTI_QI.cs
- SafeLibraryHandle.cs
- ReadWriteSpinLock.cs
- SRGSCompiler.cs
- LongAverageAggregationOperator.cs
- Code.cs
- HttpCapabilitiesEvaluator.cs
- IisTraceWebEventProvider.cs
- BoolLiteral.cs
- SerializerProvider.cs
- OwnerDrawPropertyBag.cs
- HttpException.cs
- Debug.cs
- AxHost.cs
- TransactionException.cs
- ActiveDocumentEvent.cs
- BorderGapMaskConverter.cs
- TransformCollection.cs