Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OracleInfoMessageEventArgs.cs
- SecurityManager.cs
- Monitor.cs
- FieldDescriptor.cs
- AddDataControlFieldDialog.cs
- AuthenticationModuleElementCollection.cs
- ProviderMetadataCachedInformation.cs
- SoapExtensionTypeElementCollection.cs
- ListControl.cs
- followingsibling.cs
- ScriptResourceInfo.cs
- CurrentChangingEventArgs.cs
- XmlReturnWriter.cs
- AutomationPattern.cs
- TraceHandlerErrorFormatter.cs
- StaticTextPointer.cs
- WsatConfiguration.cs
- BufferedWebEventProvider.cs
- SignatureDescription.cs
- NullableConverter.cs
- GeneralTransform3D.cs
- TemplateKey.cs
- ImageListUtils.cs
- ElementHostAutomationPeer.cs
- GridViewCancelEditEventArgs.cs
- SessionIDManager.cs
- TextFragmentEngine.cs
- base64Transforms.cs
- GeometryDrawing.cs
- DesignerTransactionCloseEvent.cs
- WebPartCancelEventArgs.cs
- WebDescriptionAttribute.cs
- FileRegion.cs
- DataGridViewCellCollection.cs
- TextTreeExtractElementUndoUnit.cs
- RegexTypeEditor.cs
- DataServiceExpressionVisitor.cs
- AttributeAction.cs
- HtmlImage.cs
- AlternateView.cs
- EditorZone.cs
- SeekableReadStream.cs
- TimelineClockCollection.cs
- SelectorAutomationPeer.cs
- SecurityDescriptor.cs
- SafeNativeMethods.cs
- shaper.cs
- WindowsClientCredential.cs
- TreeView.cs
- BookmarkCallbackWrapper.cs
- LinearQuaternionKeyFrame.cs
- RC2.cs
- DefaultMergeHelper.cs
- DesignDataSource.cs
- VerificationAttribute.cs
- AdapterUtil.cs
- TypeRefElement.cs
- WhitespaceRuleLookup.cs
- StatusStrip.cs
- DataGridViewComboBoxCell.cs
- AlphabeticalEnumConverter.cs
- RegistryPermission.cs
- ActivityWithResultConverter.cs
- RelationshipEnd.cs
- MouseButton.cs
- XmlSignatureManifest.cs
- DataGridItemEventArgs.cs
- DynamicEntity.cs
- GlyphRunDrawing.cs
- UnhandledExceptionEventArgs.cs
- ImmutableCollection.cs
- WebBrowserBase.cs
- EdmPropertyAttribute.cs
- ResourceContainerWrapper.cs
- MappingException.cs
- AutoFocusStyle.xaml.cs
- LocalsItemDescription.cs
- BCLDebug.cs
- PageParserFilter.cs
- NativeMethods.cs
- Context.cs
- LinkClickEvent.cs
- CommonRemoteMemoryBlock.cs
- PrintController.cs
- Condition.cs
- ToolboxComponentsCreatedEventArgs.cs
- InkCanvasAutomationPeer.cs
- WsatAdminException.cs
- Tuple.cs
- DataGridViewRowPrePaintEventArgs.cs
- HttpBrowserCapabilitiesWrapper.cs
- GridViewCommandEventArgs.cs
- BitVec.cs
- CachedTypeface.cs
- ReachBasicContext.cs
- ReflectPropertyDescriptor.cs
- MultiViewDesigner.cs
- x509store.cs
- Item.cs
- Point3DAnimationUsingKeyFrames.cs