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
- SmiContext.cs
- ModelItemDictionaryImpl.cs
- StatusCommandUI.cs
- MdImport.cs
- Matrix3D.cs
- OleDbRowUpdatedEvent.cs
- LinkButton.cs
- ResourceKey.cs
- Ticks.cs
- LinearGradientBrush.cs
- Keywords.cs
- TextEndOfLine.cs
- StorageEntityContainerMapping.cs
- ChannelManager.cs
- GeneralTransform3D.cs
- CodeChecksumPragma.cs
- SiteMapNode.cs
- WindowsAltTab.cs
- Win32SafeHandles.cs
- DeadCharTextComposition.cs
- DictationGrammar.cs
- EntityClientCacheEntry.cs
- StaticExtension.cs
- ChtmlTextBoxAdapter.cs
- NeutralResourcesLanguageAttribute.cs
- Quack.cs
- XslTransform.cs
- Delegate.cs
- LabelEditEvent.cs
- Vector3D.cs
- UntypedNullExpression.cs
- GridViewCommandEventArgs.cs
- ScalarType.cs
- TextServicesContext.cs
- RouteValueDictionary.cs
- OdbcPermission.cs
- LogFlushAsyncResult.cs
- InternalBase.cs
- CombinedTcpChannel.cs
- RenderData.cs
- EntityParameter.cs
- ProfileSection.cs
- AnnotationResourceCollection.cs
- StreamUpdate.cs
- SafeRightsManagementEnvironmentHandle.cs
- CssTextWriter.cs
- ProviderSettingsCollection.cs
- FormatConvertedBitmap.cs
- DocumentViewerBaseAutomationPeer.cs
- XmlException.cs
- BamlVersionHeader.cs
- ConfigXmlText.cs
- ScriptReference.cs
- XmlSchemaImport.cs
- FilterableAttribute.cs
- StatusBarDrawItemEvent.cs
- EnumValAlphaComparer.cs
- AutomationElement.cs
- SymbolEqualComparer.cs
- MultipartContentParser.cs
- DockAndAnchorLayout.cs
- SByte.cs
- ArrayElementGridEntry.cs
- InputProcessorProfiles.cs
- Proxy.cs
- NumericExpr.cs
- DataStreams.cs
- XmlAnyElementAttributes.cs
- BadImageFormatException.cs
- XmlSecureResolver.cs
- SecureConversationSecurityTokenParameters.cs
- GeometryGroup.cs
- FunctionQuery.cs
- ComplexLine.cs
- ExpressionDumper.cs
- Timeline.cs
- BypassElement.cs
- RequestStatusBarUpdateEventArgs.cs
- ApplicationServiceManager.cs
- NamedPipeChannelFactory.cs
- ContextStack.cs
- DebugView.cs
- DataGrid.cs
- ObjectPersistData.cs
- ToolTip.cs
- FormsAuthenticationModule.cs
- XamlGridLengthSerializer.cs
- NullReferenceException.cs
- ChangeConflicts.cs
- HttpErrorTraceRecord.cs
- TrackPoint.cs
- SubtreeProcessor.cs
- EntityParameterCollection.cs
- CommentAction.cs
- TokenizerHelper.cs
- KeyValueInternalCollection.cs
- SpellCheck.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- PageRanges.cs
- CustomError.cs