Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowErrorTextNeededEventArgs.cs / 1305376 / DataGridViewRowErrorTextNeededEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ///public class DataGridViewRowErrorTextNeededEventArgs : EventArgs { private int rowIndex; private string errorText; internal DataGridViewRowErrorTextNeededEventArgs(int rowIndex, string errorText) { Debug.Assert(rowIndex >= -1); this.rowIndex = rowIndex; this.errorText = errorText; } /// public string ErrorText { get { return this.errorText; } set { this.errorText = value; } } /// public int RowIndex { get { return this.rowIndex; } } } } // 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 DataGridViewRowErrorTextNeededEventArgs : EventArgs { private int rowIndex; private string errorText; internal DataGridViewRowErrorTextNeededEventArgs(int rowIndex, string errorText) { Debug.Assert(rowIndex >= -1); this.rowIndex = rowIndex; this.errorText = errorText; } /// public string ErrorText { get { return this.errorText; } set { this.errorText = value; } } /// public int RowIndex { get { return this.rowIndex; } } } } // 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
- GraphicsContainer.cs
- DictionaryContent.cs
- ServiceModelConfigurationElementCollection.cs
- IndexerNameAttribute.cs
- TextMarkerSource.cs
- SessionMode.cs
- FormsAuthenticationCredentials.cs
- MessageDecoder.cs
- OpenTypeCommon.cs
- CodeSubDirectoriesCollection.cs
- DataGridHeaderBorder.cs
- BamlLocalizationDictionary.cs
- IntMinMaxAggregationOperator.cs
- Literal.cs
- MailBnfHelper.cs
- HttpRequest.cs
- PackageRelationshipCollection.cs
- DataGridViewCellStyleConverter.cs
- DesignerAdapterUtil.cs
- TimeSpanSecondsConverter.cs
- XmlNodeReader.cs
- PasswordBoxAutomationPeer.cs
- ClientApiGenerator.cs
- DataColumnPropertyDescriptor.cs
- PointKeyFrameCollection.cs
- ProxyWebPart.cs
- AsyncDataRequest.cs
- KoreanLunisolarCalendar.cs
- SQLGuidStorage.cs
- KoreanCalendar.cs
- ClientUrlResolverWrapper.cs
- StrongTypingException.cs
- Underline.cs
- MissingMethodException.cs
- _ListenerAsyncResult.cs
- Win32.cs
- RegistrySecurity.cs
- SqlBulkCopy.cs
- TrustSection.cs
- FastEncoder.cs
- SessionEndingEventArgs.cs
- FontStyles.cs
- PointF.cs
- SocketInformation.cs
- FolderBrowserDialog.cs
- ScalarConstant.cs
- OleDbConnection.cs
- UnsafeNativeMethods.cs
- Brush.cs
- CompiledQuery.cs
- EditorPartDesigner.cs
- arclist.cs
- PersonalizationStateInfoCollection.cs
- HwndSourceKeyboardInputSite.cs
- PhysicalOps.cs
- Overlapped.cs
- ScaleTransform3D.cs
- AssemblyNameUtility.cs
- SynchronizationContext.cs
- CellParagraph.cs
- SecurityContext.cs
- ObjectKeyFrameCollection.cs
- NestedContainer.cs
- ListItemsPage.cs
- LicenseManager.cs
- Timer.cs
- FixedTextView.cs
- ReadOnlyCollectionBase.cs
- TextSearch.cs
- DoubleKeyFrameCollection.cs
- EntityClassGenerator.cs
- _NegoState.cs
- CryptoApi.cs
- VisualStyleTypesAndProperties.cs
- FilteredReadOnlyMetadataCollection.cs
- NetworkStream.cs
- ToolStripItemBehavior.cs
- Vars.cs
- ColorConvertedBitmap.cs
- MessagePropertyAttribute.cs
- DataBindEngine.cs
- ConfigUtil.cs
- XpsFilter.cs
- SQLCharsStorage.cs
- BaseDataList.cs
- SHA256CryptoServiceProvider.cs
- XmlDocumentSerializer.cs
- ColorContext.cs
- BookmarkResumptionRecord.cs
- HMACSHA1.cs
- CodeTypeParameter.cs
- Schema.cs
- GuidTagList.cs
- ViewDesigner.cs
- TemplateBindingExtension.cs
- GeneralTransformCollection.cs
- ToolCreatedEventArgs.cs
- NativeMethods.cs
- DataControlPagerLinkButton.cs
- AutomationEventArgs.cs