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
- ConfigurationErrorsException.cs
- DES.cs
- DataTablePropertyDescriptor.cs
- HtmlTableCellCollection.cs
- SpnegoTokenProvider.cs
- WebPartUtil.cs
- SiteMapNodeItem.cs
- SqlWorkflowPersistenceService.cs
- RijndaelManaged.cs
- ContentValidator.cs
- SpeechEvent.cs
- ThreadExceptionDialog.cs
- StatusBarPanelClickEvent.cs
- ExtenderProviderService.cs
- RequestQueryProcessor.cs
- PeoplePickerWrapper.cs
- UrlMapping.cs
- WindowsIdentity.cs
- GACMembershipCondition.cs
- KeyedHashAlgorithm.cs
- CalendarAutomationPeer.cs
- Span.cs
- HeaderUtility.cs
- DeobfuscatingStream.cs
- XmlObjectSerializerContext.cs
- DbgCompiler.cs
- WorkflowTransactionService.cs
- HyperlinkAutomationPeer.cs
- KoreanCalendar.cs
- MetadataItemEmitter.cs
- XPathSelectionIterator.cs
- WebPartDisplayModeEventArgs.cs
- ImageClickEventArgs.cs
- DataRecordInfo.cs
- ConditionedDesigner.cs
- PnrpPermission.cs
- HtmlProps.cs
- TemplateAction.cs
- OutputCacheSection.cs
- TextParentUndoUnit.cs
- ThreadStartException.cs
- RoutedEventConverter.cs
- ControlIdConverter.cs
- Query.cs
- DecimalConstantAttribute.cs
- VideoDrawing.cs
- RequestCacheManager.cs
- ObjectStorage.cs
- BitmapData.cs
- ComponentDispatcherThread.cs
- FusionWrap.cs
- URLBuilder.cs
- Repeater.cs
- ClientTargetCollection.cs
- MatrixAnimationUsingPath.cs
- HyperLinkField.cs
- PackageDocument.cs
- ObjectDataSourceChooseTypePanel.cs
- DynamicQueryableWrapper.cs
- SafeEventLogWriteHandle.cs
- UriExt.cs
- ForAllOperator.cs
- DirectoryInfo.cs
- Size3D.cs
- ExceptionUtil.cs
- recordstate.cs
- AnonymousIdentificationSection.cs
- PrivilegedConfigurationManager.cs
- DtrList.cs
- SqlTypeConverter.cs
- DocumentPageHost.cs
- CreateInstanceBinder.cs
- AsyncResult.cs
- ListViewDeleteEventArgs.cs
- IpcPort.cs
- BooleanAnimationUsingKeyFrames.cs
- StatusBarDrawItemEvent.cs
- AddingNewEventArgs.cs
- IntellisenseTextBox.designer.cs
- httpserverutility.cs
- RuntimeHandles.cs
- ObjectStateManager.cs
- CultureData.cs
- handlecollector.cs
- DataGridViewTopLeftHeaderCell.cs
- TriggerAction.cs
- ExclusiveCanonicalizationTransform.cs
- ValidationErrorEventArgs.cs
- ChtmlTextWriter.cs
- _FtpDataStream.cs
- ProxyHelper.cs
- DataFormats.cs
- DbSource.cs
- DataServicePagingProviderWrapper.cs
- LookupNode.cs
- NotifyIcon.cs
- NamespaceList.cs
- ClockController.cs
- IgnoreFileBuildProvider.cs
- RijndaelManaged.cs