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
- ClientSideQueueItem.cs
- QuaternionAnimationBase.cs
- Camera.cs
- EpmCustomContentWriterNodeData.cs
- NaturalLanguageHyphenator.cs
- DeferredElementTreeState.cs
- CollectionBase.cs
- IPEndPointCollection.cs
- SqlEnums.cs
- DataObjectCopyingEventArgs.cs
- DispatcherExceptionFilterEventArgs.cs
- SerializationObjectManager.cs
- ExceptionUtility.cs
- SafeNativeMethods.cs
- ComplexObject.cs
- IntegerCollectionEditor.cs
- XmlSchemaNotation.cs
- DataListDesigner.cs
- GroupQuery.cs
- XmlNodeChangedEventArgs.cs
- BatchStream.cs
- AttachedAnnotation.cs
- TextSelectionProcessor.cs
- OutputCacheSection.cs
- ListDataBindEventArgs.cs
- ObjectStateManager.cs
- VisualStateManager.cs
- AsymmetricSignatureFormatter.cs
- TypeDescriptorContext.cs
- ObjectDataSource.cs
- ScriptRef.cs
- ModelUtilities.cs
- Menu.cs
- FixedBufferAttribute.cs
- WebPartTransformerAttribute.cs
- SqlWorkflowInstanceStore.cs
- DataGridViewRow.cs
- IntSecurity.cs
- ProcessThread.cs
- SamlSubjectStatement.cs
- DebugView.cs
- XmlDataSourceNodeDescriptor.cs
- Comparer.cs
- Condition.cs
- loginstatus.cs
- KoreanLunisolarCalendar.cs
- ContainerTracking.cs
- safesecurityhelperavalon.cs
- ColorConvertedBitmap.cs
- DataPointer.cs
- StrongNameKeyPair.cs
- Rules.cs
- Evidence.cs
- SectionVisual.cs
- ImmutableObjectAttribute.cs
- TextTreeTextBlock.cs
- BoolExpression.cs
- ListViewGroupConverter.cs
- DrawingVisualDrawingContext.cs
- XmlSchemaAttributeGroup.cs
- BrowserCapabilitiesCodeGenerator.cs
- PageRouteHandler.cs
- AccessDataSource.cs
- XmlPreloadedResolver.cs
- BinaryFormatter.cs
- TextBoxRenderer.cs
- ToolStripCodeDomSerializer.cs
- DataFormat.cs
- ManagedFilter.cs
- CryptoApi.cs
- HttpValueCollection.cs
- MILUtilities.cs
- BindingBase.cs
- DESCryptoServiceProvider.cs
- BaseParagraph.cs
- WasAdminWrapper.cs
- RTLAwareMessageBox.cs
- KeyMatchBuilder.cs
- HtmlInputButton.cs
- ToolStripMenuItemDesigner.cs
- FilterException.cs
- ConsumerConnectionPoint.cs
- ComAdminInterfaces.cs
- ResolveNameEventArgs.cs
- PeerName.cs
- Renderer.cs
- MenuItemStyleCollection.cs
- BindToObject.cs
- ProcessHostFactoryHelper.cs
- RelationshipEnd.cs
- ClientConfigurationHost.cs
- StreamInfo.cs
- PolygonHotSpot.cs
- TemplateControlCodeDomTreeGenerator.cs
- DateTimeConverter2.cs
- DataListCommandEventArgs.cs
- MetadataHelper.cs
- DocumentSequence.cs
- DataView.cs
- RSACryptoServiceProvider.cs