ComponentOne FlexGrid for WinForms
GetErrorInfoEventHandler Delegate

C1.Win.C1FlexGrid Namespace : GetErrorInfoEventHandler Delegate
Represents the method that will handle the GetCellErrorInfo and GetRowErrorInfo events.
Syntax
'Declaration
 
Public Delegate Sub GetErrorInfoEventHandler( _
   ByVal sender As Object, _
   ByVal e As GetErrorInfoEventArgs _
) 
public delegate void GetErrorInfoEventHandler( 
   object sender,
   GetErrorInfoEventArgs e
)

Parameters

sender
e
See Also

Reference

GetErrorInfoEventHandler Members
C1.Win.C1FlexGrid Namespace