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
- CalculatedColumn.cs
- EntityViewContainer.cs
- SchemaImporterExtensionElementCollection.cs
- RenderDataDrawingContext.cs
- PersonalizationEntry.cs
- BrowsableAttribute.cs
- ACL.cs
- DataGridViewImageColumn.cs
- HyperLinkField.cs
- NameGenerator.cs
- ItemCheckEvent.cs
- IgnoreDeviceFilterElementCollection.cs
- ImageListUtils.cs
- RunWorkerCompletedEventArgs.cs
- FrameworkElement.cs
- DurableInstanceProvider.cs
- MemoryFailPoint.cs
- TextElementCollection.cs
- XmlILIndex.cs
- Compiler.cs
- BindingMAnagerBase.cs
- ProbeDuplexAsyncResult.cs
- IgnoreFlushAndCloseStream.cs
- HttpHostedTransportConfiguration.cs
- Point3DConverter.cs
- KeyGestureValueSerializer.cs
- DayRenderEvent.cs
- Attributes.cs
- TableLayoutPanel.cs
- LogEntrySerialization.cs
- SymmetricKeyWrap.cs
- Transform.cs
- ShaperBuffers.cs
- Point3D.cs
- HttpPostedFileBase.cs
- Stylus.cs
- DesignerValidationSummaryAdapter.cs
- ShortcutKeysEditor.cs
- Tool.cs
- VisualBrush.cs
- SmtpReplyReader.cs
- TextEndOfLine.cs
- DragDrop.cs
- HttpTransportElement.cs
- precedingquery.cs
- OperationGenerator.cs
- ScrollItemProviderWrapper.cs
- ZipIOExtraFieldElement.cs
- DataGridColumn.cs
- HtmlToClrEventProxy.cs
- SyntaxCheck.cs
- FixedPageStructure.cs
- ListViewDeleteEventArgs.cs
- WebMessageEncoderFactory.cs
- FileEnumerator.cs
- NotificationContext.cs
- TreeWalker.cs
- CheckBox.cs
- WebPartCancelEventArgs.cs
- CodeComment.cs
- FontFamily.cs
- DiscoveryClientDocuments.cs
- ConfigurationValidatorBase.cs
- CreateUserWizard.cs
- ComplexType.cs
- CodeCatchClauseCollection.cs
- FileDetails.cs
- BamlRecordReader.cs
- SafeLibraryHandle.cs
- SafeFileMapViewHandle.cs
- EntityFunctions.cs
- DetailsViewInsertedEventArgs.cs
- ListViewDeleteEventArgs.cs
- Action.cs
- SoundPlayerAction.cs
- XmlValidatingReaderImpl.cs
- CharEnumerator.cs
- ExpressionBindings.cs
- SemanticAnalyzer.cs
- PersonalizationStateInfoCollection.cs
- DoubleLinkList.cs
- MobileControlsSectionHelper.cs
- HierarchicalDataBoundControl.cs
- DataGridViewSortCompareEventArgs.cs
- MailWebEventProvider.cs
- VirtualPathUtility.cs
- FactoryMaker.cs
- ParserStreamGeometryContext.cs
- ApplicationContext.cs
- DetailsView.cs
- DataFormats.cs
- ToolStripManager.cs
- HttpWebRequestElement.cs
- PropagatorResult.cs
- DataBindingValueUIHandler.cs
- SessionViewState.cs
- MouseButtonEventArgs.cs
- TerminatorSinks.cs
- PassportPrincipal.cs
- DataGridLengthConverter.cs