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
- Encoder.cs
- PropertyChangedEventArgs.cs
- RSAOAEPKeyExchangeDeformatter.cs
- Speller.cs
- Registry.cs
- DotAtomReader.cs
- DeviceContext.cs
- TraceContextRecord.cs
- StrokeCollectionConverter.cs
- FilePresentation.cs
- AuthorizationRuleCollection.cs
- XmlBindingWorker.cs
- WindowsListBox.cs
- DetailsViewCommandEventArgs.cs
- ResourceAssociationTypeEnd.cs
- Int32Rect.cs
- GeometryGroup.cs
- GrammarBuilderWildcard.cs
- XPathAncestorQuery.cs
- WebPartAddingEventArgs.cs
- TextControlDesigner.cs
- FrameworkContentElement.cs
- StopStoryboard.cs
- HttpCacheVary.cs
- BroadcastEventHelper.cs
- TextTreeTextNode.cs
- RegexGroupCollection.cs
- CaseInsensitiveComparer.cs
- Image.cs
- ConnectionProviderAttribute.cs
- SqlConnectionFactory.cs
- MetaChildrenColumn.cs
- ExceptionUtil.cs
- PackageFilter.cs
- DbParameterCollectionHelper.cs
- BuildResultCache.cs
- DataGridViewDataConnection.cs
- SequentialOutput.cs
- SettingsContext.cs
- BulletedList.cs
- TreePrinter.cs
- ConstructorNeedsTagAttribute.cs
- IDQuery.cs
- TargetControlTypeCache.cs
- SqlDependency.cs
- precedingquery.cs
- XmlCharacterData.cs
- SslStream.cs
- ObjectDataSourceSelectingEventArgs.cs
- PerformanceCounterPermissionAttribute.cs
- DataSourceControl.cs
- GlobalItem.cs
- OdbcCommandBuilder.cs
- FloatSumAggregationOperator.cs
- ReadOnlyNameValueCollection.cs
- ObjectTag.cs
- TableChangeProcessor.cs
- ItemCollection.cs
- PresentationTraceSources.cs
- ComboBoxAutomationPeer.cs
- ListViewCancelEventArgs.cs
- Typeface.cs
- CacheSection.cs
- ScrollProperties.cs
- ListMarkerLine.cs
- RectKeyFrameCollection.cs
- FontSource.cs
- TextDpi.cs
- SqlDependencyUtils.cs
- InkPresenter.cs
- ParserContext.cs
- HiddenField.cs
- Native.cs
- PieceDirectory.cs
- AbandonedMutexException.cs
- MonitoringDescriptionAttribute.cs
- CacheRequest.cs
- GenericsInstances.cs
- AssociationSet.cs
- InvalidOleVariantTypeException.cs
- WebPartConnectVerb.cs
- DocumentPage.cs
- ContractUtils.cs
- SerializationInfo.cs
- XmlSchemaImport.cs
- PersistenceTypeAttribute.cs
- UnauthorizedWebPart.cs
- WebBaseEventKeyComparer.cs
- SettingsPropertyValue.cs
- AbsoluteQuery.cs
- Dynamic.cs
- CqlParser.cs
- MimeBasePart.cs
- KeyValuePair.cs
- NativeMethods.cs
- RsaEndpointIdentity.cs
- CheckedListBox.cs
- WorkflowApplicationException.cs
- TreeNodeConverter.cs
- HandleCollector.cs