FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GetErrorInfoEventHandler Delegate

In This Topic
    GetErrorInfoEventHandler Delegate
    In This Topic
    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