Code:
/ DotNET / DotNET / 8.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
- SmtpFailedRecipientsException.cs
- QuaternionAnimation.cs
- UIElementParaClient.cs
- HttpHeaderCollection.cs
- SymbolEqualComparer.cs
- PrivateFontCollection.cs
- DbConvert.cs
- UrlAuthFailedErrorFormatter.cs
- Material.cs
- ConcurrencyBehavior.cs
- ObjectDataSource.cs
- PatternMatcher.cs
- QuerySubExprEliminator.cs
- PolicyException.cs
- _SafeNetHandles.cs
- ClientSponsor.cs
- LayoutTableCell.cs
- OleDbPermission.cs
- Animatable.cs
- TdsParameterSetter.cs
- Command.cs
- ZipPackagePart.cs
- AmbientValueAttribute.cs
- SymLanguageVendor.cs
- _ConnectStream.cs
- PartManifestEntry.cs
- EventListenerClientSide.cs
- SqlCacheDependency.cs
- CoTaskMemSafeHandle.cs
- EdmMember.cs
- FontUnitConverter.cs
- NativeMethods.cs
- SrgsText.cs
- SQLDecimal.cs
- BinaryReader.cs
- SapiAttributeParser.cs
- NumberFormatInfo.cs
- TypeSystem.cs
- BitStream.cs
- MaterialGroup.cs
- DoubleCollection.cs
- ProfilePropertySettings.cs
- TaskFormBase.cs
- GroupItemAutomationPeer.cs
- UpdatableGenericsFeature.cs
- odbcmetadatafactory.cs
- Cursor.cs
- InvokePatternIdentifiers.cs
- GetParentChain.cs
- SqlUserDefinedAggregateAttribute.cs
- WebConfigurationHostFileChange.cs
- AppSettingsSection.cs
- QilGeneratorEnv.cs
- SharedUtils.cs
- FontNamesConverter.cs
- DefaultSerializationProviderAttribute.cs
- ElementUtil.cs
- InputEventArgs.cs
- CompoundFileStorageReference.cs
- DispatcherTimer.cs
- CommentGlyph.cs
- ResourcePermissionBase.cs
- IdentityNotMappedException.cs
- StatusBarDrawItemEvent.cs
- Calendar.cs
- PrivilegedConfigurationManager.cs
- FilteredXmlReader.cs
- UnmanagedMemoryStream.cs
- PersonalizationStateInfoCollection.cs
- UpdatableGenericsFeature.cs
- UnicodeEncoding.cs
- RegexCode.cs
- WindowsRegion.cs
- HttpGetProtocolReflector.cs
- IApplicationTrustManager.cs
- ThreadInterruptedException.cs
- ELinqQueryState.cs
- SplineQuaternionKeyFrame.cs
- TextServicesCompartmentEventSink.cs
- SecuritySessionServerSettings.cs
- PageAdapter.cs
- XNodeNavigator.cs
- ToolStripPanelCell.cs
- Highlights.cs
- ChannelEndpointElementCollection.cs
- _PooledStream.cs
- DeferrableContent.cs
- ControlHelper.cs
- oledbmetadatacolumnnames.cs
- ChangeDirector.cs
- XmlUnspecifiedAttribute.cs
- XmlSerializationReader.cs
- FileInfo.cs
- ThemeableAttribute.cs
- BindingExpressionBase.cs
- StrongNameUtility.cs
- Visitor.cs
- MobileCapabilities.cs
- MetadataFile.cs
- recordstatefactory.cs