Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellErrorTextNeededEventArgs.cs / 1 / DataGridViewCellErrorTextNeededEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ///public class DataGridViewCellErrorTextNeededEventArgs : DataGridViewCellEventArgs { private string errorText; internal DataGridViewCellErrorTextNeededEventArgs( int columnIndex, int rowIndex, string errorText) : base(columnIndex, rowIndex) { this.errorText = errorText; } /// public string ErrorText { get { return this.errorText; } set { this.errorText = value; } } } } // 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 DataGridViewCellErrorTextNeededEventArgs : DataGridViewCellEventArgs { private string errorText; internal DataGridViewCellErrorTextNeededEventArgs( int columnIndex, int rowIndex, string errorText) : base(columnIndex, rowIndex) { this.errorText = errorText; } /// public string ErrorText { get { return this.errorText; } set { this.errorText = value; } } } } // 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
- XmlTextWriter.cs
- ContentControl.cs
- WebScriptMetadataFormatter.cs
- HttpWriter.cs
- RecordsAffectedEventArgs.cs
- KeySplineConverter.cs
- WindowsTokenRoleProvider.cs
- DataSourceProvider.cs
- NumericPagerField.cs
- TranslateTransform3D.cs
- TraceUtils.cs
- StreamResourceInfo.cs
- BinaryParser.cs
- RequiredArgumentAttribute.cs
- UnsafeNativeMethods.cs
- ReadOnlyAttribute.cs
- StorageEntitySetMapping.cs
- InstanceHandleReference.cs
- SafeBitVector32.cs
- EndPoint.cs
- AppSettingsExpressionBuilder.cs
- Rect.cs
- ReadOnlyDictionary.cs
- DocumentXmlWriter.cs
- MemberRelationshipService.cs
- AssemblyHash.cs
- AffineTransform3D.cs
- XmlUtil.cs
- CharacterMetricsDictionary.cs
- StylusShape.cs
- DetailsViewActionList.cs
- DataTemplateSelector.cs
- Control.cs
- ResourceExpressionBuilder.cs
- CLRBindingWorker.cs
- DataSourceUtil.cs
- SessionParameter.cs
- Property.cs
- DataBoundLiteralControl.cs
- QueryPageSettingsEventArgs.cs
- TypeSystemProvider.cs
- TextElementAutomationPeer.cs
- WebPartsPersonalization.cs
- ClientBuildManager.cs
- FixedSOMImage.cs
- Config.cs
- SafeViewOfFileHandle.cs
- Internal.cs
- Msmq3PoisonHandler.cs
- DebugView.cs
- CleanUpVirtualizedItemEventArgs.cs
- TargetControlTypeAttribute.cs
- URLAttribute.cs
- PropertyGridDesigner.cs
- RawKeyboardInputReport.cs
- XmlSchemaElement.cs
- ConversionContext.cs
- ServiceRoute.cs
- FixedTextContainer.cs
- DesignObjectWrapper.cs
- ImageDrawing.cs
- MainMenu.cs
- DataObjectPastingEventArgs.cs
- PersonalizationState.cs
- LocalizableAttribute.cs
- SqlDataSourceWizardForm.cs
- BooleanToVisibilityConverter.cs
- StringSorter.cs
- SystemIPv6InterfaceProperties.cs
- XmlDownloadManager.cs
- TableAdapterManagerMethodGenerator.cs
- TextBox.cs
- RsaSecurityTokenAuthenticator.cs
- XmlAutoDetectWriter.cs
- SourceFileBuildProvider.cs
- XmlSchemaAppInfo.cs
- _TimerThread.cs
- AsmxEndpointPickerExtension.cs
- LoginDesignerUtil.cs
- SchemaExporter.cs
- RouteUrlExpressionBuilder.cs
- Stack.cs
- BaseAddressPrefixFilterElementCollection.cs
- XmlDocumentViewSchema.cs
- ButtonPopupAdapter.cs
- Int16Storage.cs
- ResourceManagerWrapper.cs
- CodeDomDesignerLoader.cs
- TextEmbeddedObject.cs
- ImageBrush.cs
- TemplateInstanceAttribute.cs
- Zone.cs
- GcSettings.cs
- ToolStripComboBox.cs
- DesignerTransaction.cs
- OleDbFactory.cs
- Storyboard.cs
- WmlFormAdapter.cs
- RadioButton.cs
- DataSysAttribute.cs