Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FileIOPermission.cs
- SimpleLine.cs
- WebPartDisplayModeEventArgs.cs
- XmlExtensionFunction.cs
- LocalBuilder.cs
- AssemblyBuilder.cs
- IInstanceTable.cs
- SettingsAttributeDictionary.cs
- WSHttpSecurityElement.cs
- DataMisalignedException.cs
- XmlSchemaSet.cs
- TextChangedEventArgs.cs
- COM2ExtendedTypeConverter.cs
- MaterialGroup.cs
- CheckBoxPopupAdapter.cs
- AnonymousIdentificationModule.cs
- CDSCollectionETWBCLProvider.cs
- ProgressBar.cs
- EventWaitHandleSecurity.cs
- NameValueFileSectionHandler.cs
- BitmapEffect.cs
- GPRECTF.cs
- DataGridViewTopRowAccessibleObject.cs
- UpdatePanel.cs
- FunctionQuery.cs
- VersionPair.cs
- Stack.cs
- XPathDocument.cs
- StylusTip.cs
- Triplet.cs
- HMACSHA384.cs
- NotificationContext.cs
- NetDataContractSerializer.cs
- XmlPreloadedResolver.cs
- Util.cs
- KeyTimeConverter.cs
- MessageEncodingBindingElement.cs
- BitmapCodecInfoInternal.cs
- FSWPathEditor.cs
- OracleDataReader.cs
- ImageAutomationPeer.cs
- SystemIPAddressInformation.cs
- XmlSerializerNamespaces.cs
- RemoteWebConfigurationHostServer.cs
- HtmlLink.cs
- FloatMinMaxAggregationOperator.cs
- VirtualDirectoryMappingCollection.cs
- PKCS1MaskGenerationMethod.cs
- MobileSysDescriptionAttribute.cs
- LicenseProviderAttribute.cs
- ClientSettingsStore.cs
- WindowsSolidBrush.cs
- SqlDependencyListener.cs
- UdpAnnouncementEndpoint.cs
- CodeDelegateCreateExpression.cs
- DataErrorValidationRule.cs
- ArraySubsetEnumerator.cs
- XmlSchemaInfo.cs
- WebHttpBinding.cs
- X509Certificate2Collection.cs
- BindingMemberInfo.cs
- XmlNavigatorStack.cs
- SrgsText.cs
- FixedStringLookup.cs
- Grid.cs
- ResourceReader.cs
- OpenFileDialog.cs
- PerformanceCounterCategory.cs
- Span.cs
- PrinterResolution.cs
- IApplicationTrustManager.cs
- HasCopySemanticsAttribute.cs
- Query.cs
- XmlMemberMapping.cs
- IPipelineRuntime.cs
- WorkflowIdleBehavior.cs
- cookiecontainer.cs
- HierarchicalDataSourceControl.cs
- OverflowException.cs
- SizeValueSerializer.cs
- SoapCodeExporter.cs
- ScrollBarRenderer.cs
- ActivityExecutor.cs
- AppModelKnownContentFactory.cs
- ListCollectionView.cs
- XmlEnumAttribute.cs
- BoundPropertyEntry.cs
- ProcessModule.cs
- ListParagraph.cs
- XmlAttributeOverrides.cs
- OleDbStruct.cs
- CodeCommentStatementCollection.cs
- EventProxy.cs
- EventLogEntry.cs
- Util.cs
- WebPartRestoreVerb.cs
- DataControlFieldCell.cs
- PersonalizablePropertyEntry.cs
- XmlWriterTraceListener.cs
- TargetParameterCountException.cs