Spread Windows Forms 12.0 Product Documentation
RowErrorTextEventHandler Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : RowErrorTextEventHandler Delegate
The sender
Event argument
Represents a defined method that handles the error text change event for a row.
Syntax
'Declaration
 
Public Delegate Sub RowErrorTextEventHandler( _
   ByVal sender As Object, _
   ByVal e As RowErrorTextChangedEventArgs _
) 
'Usage
 
Dim instance As New RowErrorTextEventHandler(AddressOf HandlerMethod)
public delegate void RowErrorTextEventHandler( 
   object sender,
   RowErrorTextChangedEventArgs e
)

Parameters

sender
The sender
e
Event argument
See Also

Reference

RowErrorTextEventHandler Members
FarPoint.Win.Spread Namespace