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
- PathSegmentCollection.cs
- EntityCommandCompilationException.cs
- WebPartDescriptionCollection.cs
- _LoggingObject.cs
- SystemUdpStatistics.cs
- WindowPatternIdentifiers.cs
- DesignBindingPropertyDescriptor.cs
- WindowsTitleBar.cs
- coordinatorscratchpad.cs
- Component.cs
- UserValidatedEventArgs.cs
- GridItemProviderWrapper.cs
- MLangCodePageEncoding.cs
- HttpRuntime.cs
- WebPartZone.cs
- ClientSession.cs
- MDIWindowDialog.cs
- PipeStream.cs
- SqlDataSource.cs
- ProfileGroupSettingsCollection.cs
- EntityUtil.cs
- GridView.cs
- CrossSiteScriptingValidation.cs
- BatchParser.cs
- ExceptionUtil.cs
- SqlConnectionHelper.cs
- StringAnimationBase.cs
- xamlnodes.cs
- SecurityTokenParameters.cs
- TemplateXamlParser.cs
- ContextQuery.cs
- DataFormats.cs
- Vector3DIndependentAnimationStorage.cs
- DictionaryItemsCollection.cs
- SplitterEvent.cs
- WebPartCancelEventArgs.cs
- ServiceElement.cs
- ExpressionPrefixAttribute.cs
- EditorPart.cs
- ImageSourceTypeConverter.cs
- ObfuscationAttribute.cs
- ChtmlFormAdapter.cs
- ExpressionEvaluator.cs
- SurrogateSelector.cs
- ZoomPercentageConverter.cs
- DayRenderEvent.cs
- JsonClassDataContract.cs
- AmbientLight.cs
- SpeakCompletedEventArgs.cs
- JulianCalendar.cs
- IriParsingElement.cs
- FixedSOMFixedBlock.cs
- RectAnimation.cs
- JsonXmlDataContract.cs
- DrawingContextDrawingContextWalker.cs
- VectorAnimation.cs
- ToolboxBitmapAttribute.cs
- EllipticalNodeOperations.cs
- SpecialFolderEnumConverter.cs
- RelationshipSet.cs
- MouseBinding.cs
- FilteredXmlReader.cs
- BitmapCache.cs
- DataSpaceManager.cs
- UnaryQueryOperator.cs
- EventLogPermissionAttribute.cs
- SerializationEventsCache.cs
- Matrix3DConverter.cs
- TimeoutValidationAttribute.cs
- HScrollBar.cs
- CompilationLock.cs
- CustomWebEventKey.cs
- Pool.cs
- HwndSubclass.cs
- FixedSOMLineCollection.cs
- TextOutput.cs
- StringBuilder.cs
- MsmqInputSessionChannel.cs
- HttpRawResponse.cs
- Block.cs
- SqlReorderer.cs
- _PooledStream.cs
- HtmlInputText.cs
- PrintDialog.cs
- NameValuePair.cs
- ChangeTracker.cs
- HttpRuntimeSection.cs
- COM2ColorConverter.cs
- Error.cs
- XmlnsCache.cs
- LongPath.cs
- XmlnsDictionary.cs
- LocatorPart.cs
- DataReaderContainer.cs
- isolationinterop.cs
- XmlSchemaNotation.cs
- RegistryKey.cs
- HttpCacheVaryByContentEncodings.cs
- TdsValueSetter.cs
- PointAnimation.cs