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
- MobileDeviceCapabilitiesSectionHandler.cs
- EntityClientCacheEntry.cs
- XmlCDATASection.cs
- ChangePassword.cs
- GridViewColumnCollectionChangedEventArgs.cs
- FileNameEditor.cs
- DataGridTextBoxColumn.cs
- Queue.cs
- ObjectDataSourceMethodEventArgs.cs
- ItemsPanelTemplate.cs
- MenuTracker.cs
- PerformanceCounterPermissionAttribute.cs
- TraceSection.cs
- AuthorizationContext.cs
- StrongNameIdentityPermission.cs
- ConstraintStruct.cs
- RequestSecurityTokenForGetBrowserToken.cs
- XmlSchemaImport.cs
- AsyncCallback.cs
- XmlAnyAttributeAttribute.cs
- Dispatcher.cs
- TextServicesManager.cs
- ToolStripSplitButton.cs
- ForeignKeyConstraint.cs
- SafeLocalMemHandle.cs
- FileRegion.cs
- GridViewCommandEventArgs.cs
- MatrixConverter.cs
- ForEachAction.cs
- QuaternionRotation3D.cs
- CounterSampleCalculator.cs
- COAUTHIDENTITY.cs
- Stackframe.cs
- BamlLocalizableResourceKey.cs
- TableAutomationPeer.cs
- RemotingException.cs
- BinaryObjectInfo.cs
- WaitForChangedResult.cs
- FontClient.cs
- DynamicQueryableWrapper.cs
- HelpProvider.cs
- SoapObjectInfo.cs
- SerializationObjectManager.cs
- InternalPermissions.cs
- RoutedUICommand.cs
- ProcessModelSection.cs
- SubpageParaClient.cs
- SqlCharStream.cs
- Point3DCollectionConverter.cs
- SqlProviderServices.cs
- WindowsPen.cs
- NameValuePair.cs
- DeferredTextReference.cs
- MetadataArtifactLoader.cs
- InternalResources.cs
- SiteMap.cs
- LexicalChunk.cs
- HandlerFactoryCache.cs
- BasePropertyDescriptor.cs
- IODescriptionAttribute.cs
- MenuItem.cs
- OperationAbortedException.cs
- _ProxyChain.cs
- OleDbReferenceCollection.cs
- ToolStrip.cs
- Exception.cs
- activationcontext.cs
- MouseGestureConverter.cs
- TypeSource.cs
- ParentUndoUnit.cs
- ToolStripSplitStackLayout.cs
- HierarchicalDataSourceConverter.cs
- DataGridDesigner.cs
- PostBackTrigger.cs
- XmlRootAttribute.cs
- FillRuleValidation.cs
- ADRole.cs
- NetworkInformationPermission.cs
- HwndSubclass.cs
- Int32Storage.cs
- XamlTreeBuilderBamlRecordWriter.cs
- TextTreeTextBlock.cs
- GeometryGroup.cs
- PropertyGeneratedEventArgs.cs
- XamlStream.cs
- WebSysDisplayNameAttribute.cs
- OdbcError.cs
- Style.cs
- FixedSOMPageConstructor.cs
- TraceLog.cs
- SystemMulticastIPAddressInformation.cs
- InstanceDescriptor.cs
- ModelTreeEnumerator.cs
- AppDomainManager.cs
- PtsHelper.cs
- InkCanvas.cs
- XmlSerializerVersionAttribute.cs
- EntityDataSourceStatementEditorForm.cs
- EnumConverter.cs
- DrawingAttributeSerializer.cs