GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : RowErrorTextNeeded Event |
<SRCategoryAttribute("Data")> <SRDescriptionAttribute("Occurs when a row's error text is needed. ")> Public Event RowErrorTextNeeded As EventHandler(Of RowErrorTextNeededEventArgs)
Dim instance As GcMultiRow Dim handler As EventHandler(Of RowErrorTextNeededEventArgs) AddHandler instance.RowErrorTextNeeded, handler
[SRCategory("Data")] [SRDescription("Occurs when a row's error text is needed. ")] public event EventHandler<RowErrorTextNeededEventArgs> RowErrorTextNeeded
The event handler receives an argument of type RowErrorTextNeededEventArgs containing data related to this event. The following RowErrorTextNeededEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ErrorText | Gets or sets a string that describes the error for the current Row. |
RowIndex | Gets the Row index. |
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