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
- SettingsPropertyCollection.cs
- Rotation3DKeyFrameCollection.cs
- CollectionChangedEventManager.cs
- ColorConvertedBitmapExtension.cs
- CqlParser.cs
- MouseWheelEventArgs.cs
- IDispatchConstantAttribute.cs
- WebPartConnection.cs
- BuilderInfo.cs
- BamlVersionHeader.cs
- httpstaticobjectscollection.cs
- AspCompat.cs
- OrderByLifter.cs
- FindCriteria11.cs
- TimeSpanSecondsConverter.cs
- Encoder.cs
- FormViewDeletedEventArgs.cs
- QueueProcessor.cs
- SharedStatics.cs
- XmlSchemaSimpleTypeList.cs
- BoundingRectTracker.cs
- ListDictionaryInternal.cs
- MarshalByValueComponent.cs
- AttributeXamlType.cs
- HtmlElementErrorEventArgs.cs
- StorageEntityTypeMapping.cs
- SqlDeflator.cs
- EnumerableCollectionView.cs
- SchemaMapping.cs
- WindowInteropHelper.cs
- HtmlInputImage.cs
- DocobjHost.cs
- UserControlCodeDomTreeGenerator.cs
- HashAlgorithm.cs
- ThicknessKeyFrameCollection.cs
- FieldMetadata.cs
- StateItem.cs
- Point4DValueSerializer.cs
- CommandEventArgs.cs
- AllMembershipCondition.cs
- Serializer.cs
- EntityDataSourceChangingEventArgs.cs
- LinearKeyFrames.cs
- WorkflowApplicationTerminatedException.cs
- WebPartActionVerb.cs
- DbProviderFactories.cs
- EntityChangedParams.cs
- Peer.cs
- AddingNewEventArgs.cs
- ScriptIgnoreAttribute.cs
- AssertSection.cs
- NewExpression.cs
- unsafenativemethodsother.cs
- TableItemStyle.cs
- SecurityKeyType.cs
- TextDecorations.cs
- basenumberconverter.cs
- FloaterParaClient.cs
- RSAPKCS1KeyExchangeFormatter.cs
- AppearanceEditorPart.cs
- SemaphoreSlim.cs
- PointConverter.cs
- Char.cs
- SafeProcessHandle.cs
- MatrixValueSerializer.cs
- RestHandler.cs
- Int32CAMarshaler.cs
- FixUp.cs
- DataKeyArray.cs
- MasterPage.cs
- WebConfigurationHostFileChange.cs
- RequestContext.cs
- HttpCookie.cs
- QueryStringConverter.cs
- DataGridViewColumnConverter.cs
- ObjectStateEntry.cs
- Vars.cs
- TextElement.cs
- AdjustableArrowCap.cs
- PtsCache.cs
- DesignerDataTableBase.cs
- StringSource.cs
- EntryWrittenEventArgs.cs
- CacheSection.cs
- ZipFileInfo.cs
- ExpandableObjectConverter.cs
- PopupEventArgs.cs
- HttpContext.cs
- RectAnimation.cs
- WindowProviderWrapper.cs
- ToolboxComponentsCreatedEventArgs.cs
- XmlRootAttribute.cs
- UnsafeNativeMethods.cs
- Scalars.cs
- FieldMetadata.cs
- infer.cs
- MouseButton.cs
- InkPresenter.cs
- OutOfProcStateClientManager.cs
- HTMLTagNameToTypeMapper.cs