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
- ScriptReference.cs
- ActionNotSupportedException.cs
- ControlAdapter.cs
- ButtonChrome.cs
- FieldAccessException.cs
- SystemTcpConnection.cs
- Rotation3D.cs
- httpserverutility.cs
- WebConfigurationManager.cs
- AbsoluteQuery.cs
- SimpleTextLine.cs
- CodeNamespace.cs
- ByteStreamMessage.cs
- FirstMatchCodeGroup.cs
- AutomationFocusChangedEventArgs.cs
- SqlInternalConnectionSmi.cs
- DependencyObjectPropertyDescriptor.cs
- MailAddressCollection.cs
- CqlParserHelpers.cs
- OdbcDataAdapter.cs
- HtmlInputSubmit.cs
- SoapHeaders.cs
- Conditional.cs
- PartitionResolver.cs
- MultiTouchSystemGestureLogic.cs
- ProfileBuildProvider.cs
- ContentIterators.cs
- MultitargetingHelpers.cs
- SoapAttributeAttribute.cs
- StrongTypingException.cs
- EndCreateSecurityTokenRequest.cs
- StreamUpdate.cs
- tabpagecollectioneditor.cs
- RemoteWebConfigurationHostServer.cs
- Util.cs
- SpellerHighlightLayer.cs
- DocumentViewer.cs
- wgx_exports.cs
- RegexWriter.cs
- XmlNodeReader.cs
- XmlSerializerSection.cs
- XamlStyleSerializer.cs
- TextRange.cs
- DataReceivedEventArgs.cs
- ArraySegment.cs
- Timer.cs
- ToolStripProgressBar.cs
- HandlerFactoryCache.cs
- XmlWhitespace.cs
- XamlTypeMapper.cs
- ExpressionReplacer.cs
- InputScopeNameConverter.cs
- PrinterSettings.cs
- Parsers.cs
- ComponentConverter.cs
- OdbcConnectionStringbuilder.cs
- _AutoWebProxyScriptEngine.cs
- ComboBox.cs
- VisualBasicExpressionConverter.cs
- ActiveDocumentEvent.cs
- MenuItemCollection.cs
- Soap.cs
- BufferBuilder.cs
- GridViewColumn.cs
- ToolStripItemImageRenderEventArgs.cs
- TriState.cs
- XmlSerializerNamespaces.cs
- Keyboard.cs
- XmlDownloadManager.cs
- ElementProxy.cs
- DifferencingCollection.cs
- BitmapEffectRenderDataResource.cs
- SafeMILHandleMemoryPressure.cs
- ViewManager.cs
- SQLInt16.cs
- TabItem.cs
- FrameworkElementFactory.cs
- MenuItemStyleCollection.cs
- SortKey.cs
- UnmanagedMemoryStream.cs
- WriteFileContext.cs
- SurrogateSelector.cs
- DbDataSourceEnumerator.cs
- ButtonFlatAdapter.cs
- SourceFileBuildProvider.cs
- RawTextInputReport.cs
- SendAgentStatusRequest.cs
- EnumBuilder.cs
- SqlColumnizer.cs
- SoundPlayerAction.cs
- UniqueConstraint.cs
- DbParameterCollectionHelper.cs
- CanExecuteRoutedEventArgs.cs
- QuaternionConverter.cs
- GlobalItem.cs
- SimpleFieldTemplateFactory.cs
- WindowsRebar.cs
- CodeAttributeArgumentCollection.cs
- IDReferencePropertyAttribute.cs
- DesignerTextWriter.cs