Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellErrorTextNeededEventArgs.cs / 1305376 / 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
- JulianCalendar.cs
- ActivityExecutionContextCollection.cs
- TailPinnedEventArgs.cs
- HostingPreferredMapPath.cs
- LinkLabelLinkClickedEvent.cs
- DrawingGroupDrawingContext.cs
- VolatileEnlistmentState.cs
- ListSortDescriptionCollection.cs
- Utilities.cs
- InkCanvasInnerCanvas.cs
- BindingExpressionBase.cs
- ContentDesigner.cs
- ReturnValue.cs
- RegisteredDisposeScript.cs
- activationcontext.cs
- Delegate.cs
- MenuItemBinding.cs
- PopOutPanel.cs
- HandlerMappingMemo.cs
- SendMailErrorEventArgs.cs
- TextElementCollection.cs
- SourceChangedEventArgs.cs
- ServiceReflector.cs
- DbCommandDefinition.cs
- SymmetricCryptoHandle.cs
- KnowledgeBase.cs
- CacheRequest.cs
- WebUtil.cs
- ExtensionFile.cs
- RuleElement.cs
- NameTable.cs
- StringFunctions.cs
- COAUTHIDENTITY.cs
- PropertyGrid.cs
- SystemColorTracker.cs
- OAVariantLib.cs
- SafeLocalMemHandle.cs
- TextElementAutomationPeer.cs
- DataControlButton.cs
- ReflectEventDescriptor.cs
- WebPartVerb.cs
- ACL.cs
- TimeStampChecker.cs
- TextDecorationCollection.cs
- ZoneIdentityPermission.cs
- SrgsGrammarCompiler.cs
- _HelperAsyncResults.cs
- CopyOnWriteList.cs
- TTSEvent.cs
- RegexInterpreter.cs
- OutputCacheProviderCollection.cs
- ToolStripContentPanelRenderEventArgs.cs
- HtmlTableCellCollection.cs
- DataViewSetting.cs
- DeviceContexts.cs
- OutOfMemoryException.cs
- ExecutionPropertyManager.cs
- ColorDialog.cs
- SerializationStore.cs
- RightsManagementEncryptionTransform.cs
- PropertyGridView.cs
- X509CertificateTrustedIssuerElement.cs
- StringInfo.cs
- EastAsianLunisolarCalendar.cs
- XsltException.cs
- GregorianCalendar.cs
- RegionIterator.cs
- SwitchElementsCollection.cs
- SqlMethodAttribute.cs
- BaseResourcesBuildProvider.cs
- ToolBar.cs
- HitTestWithGeometryDrawingContextWalker.cs
- UriTemplateVariableQueryValue.cs
- PropertyEntry.cs
- ImageDrawing.cs
- IdentifierCreationService.cs
- SubMenuStyle.cs
- FontFamilyConverter.cs
- BinaryFormatter.cs
- ControlDesignerState.cs
- GridErrorDlg.cs
- GridViewCancelEditEventArgs.cs
- RoutedCommand.cs
- TextTreeExtractElementUndoUnit.cs
- OuterGlowBitmapEffect.cs
- ServiceBusyException.cs
- ArrayTypeMismatchException.cs
- BinaryFormatterWriter.cs
- PkcsUtils.cs
- BrowserDefinition.cs
- AcceptorSessionSymmetricMessageSecurityProtocol.cs
- Int16AnimationBase.cs
- SQLConvert.cs
- XmlNamespaceMappingCollection.cs
- XmlSchemaComplexContent.cs
- DetailsViewInsertedEventArgs.cs
- AccessibilityApplicationManager.cs
- ActionFrame.cs
- NavigationExpr.cs
- GenericAuthenticationEventArgs.cs