GrapeCity MultiRow Windows Forms Documentation
DataErrorEventArgs Class
Members 


Provides data for the GcMultiRow.DataError event of the GcMultiRow control.
Syntax
<FeatureAttribute(Name="DataError", Version="v5.0")>
Public Class DataErrorEventArgs 
   Inherits CellCancelEventArgs
Dim instance As DataErrorEventArgs
[Feature(Name="DataError", Version="v5.0")]
public class DataErrorEventArgs : CellCancelEventArgs 
Remarks
The GcMultiRow.DataError event is raised when an external data parsing or validation operation throws an exception, or when the attempt to commit data to a data source fails. The user can handle this event and determine whether to throw an exception.
Inheritance Hierarchy

System.Object
   System.EventArgs
      System.ComponentModel.CancelEventArgs
         GrapeCity.Win.MultiRow.CellCancelEventArgs
            GrapeCity.Win.MultiRow.DataErrorEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataErrorEventArgs Members
GrapeCity.Win.MultiRow Namespace
DataError Event

 

 


Copyright © GrapeCity, inc. All rights reserved.