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
- ConditionCollection.cs
- DataBoundLiteralControl.cs
- BoundConstants.cs
- TableSectionStyle.cs
- HtmlInputReset.cs
- UIPermission.cs
- AnnotationAuthorChangedEventArgs.cs
- PeerNameResolver.cs
- AdornerHitTestResult.cs
- COMException.cs
- RequestCachingSection.cs
- StyleXamlParser.cs
- OuterGlowBitmapEffect.cs
- SchemaLookupTable.cs
- LifetimeManager.cs
- TakeQueryOptionExpression.cs
- ConfigurationPropertyCollection.cs
- ApplicationDirectory.cs
- BamlTreeNode.cs
- StylusPointPropertyInfo.cs
- ServiceHostingEnvironment.cs
- CodeConditionStatement.cs
- SafeFileMappingHandle.cs
- SafeCryptoHandles.cs
- ResourceReferenceExpressionConverter.cs
- XPathNode.cs
- DbParameterHelper.cs
- WindowsEditBoxRange.cs
- Lasso.cs
- WebZone.cs
- ServiceInfo.cs
- FlowLayout.cs
- TableAdapterManagerNameHandler.cs
- UIHelper.cs
- ToolboxItemImageConverter.cs
- Nullable.cs
- XmlDesignerDataSourceView.cs
- XmlDeclaration.cs
- DataGridViewControlCollection.cs
- RelationshipType.cs
- WindowsIdentity.cs
- EventLogPermissionEntry.cs
- DbFunctionCommandTree.cs
- SchemaElement.cs
- RadioButtonStandardAdapter.cs
- WebPartsSection.cs
- IQueryable.cs
- SrgsOneOf.cs
- PeerApplication.cs
- PointIndependentAnimationStorage.cs
- InlineCollection.cs
- FilterRepeater.cs
- AmbiguousMatchException.cs
- Oid.cs
- CodeArrayIndexerExpression.cs
- ContainerSelectorActiveEvent.cs
- _ListenerRequestStream.cs
- ControlAdapter.cs
- PermissionSet.cs
- DataGridViewCellValueEventArgs.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- NavigationEventArgs.cs
- OleDbConnection.cs
- FloatSumAggregationOperator.cs
- Sequence.cs
- Package.cs
- WebException.cs
- PropertyRecord.cs
- StringInfo.cs
- SQLStringStorage.cs
- GlyphShapingProperties.cs
- EventRoute.cs
- NestPullup.cs
- DataBoundControlHelper.cs
- XmlExceptionHelper.cs
- XmlSerializerVersionAttribute.cs
- XamlSerializationHelper.cs
- LocalizedNameDescriptionPair.cs
- TextRangeAdaptor.cs
- ILGenerator.cs
- RegexMatch.cs
- HyperLinkField.cs
- ConfigXmlAttribute.cs
- Point3DAnimation.cs
- TextViewElement.cs
- ErrorWebPart.cs
- Action.cs
- WindowsPrincipal.cs
- SqlConnectionFactory.cs
- PipelineComponent.cs
- WeakReferenceKey.cs
- ArrayExtension.cs
- MILUtilities.cs
- UserControlParser.cs
- ProxyElement.cs
- WhitespaceRuleReader.cs
- PriorityItem.cs
- _NetworkingPerfCounters.cs
- HashCodeCombiner.cs
- SectionUpdates.cs