Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellErrorTextEventHandler Delegate
The sender
Event argument


In This Topic
    CellErrorTextEventHandler Delegate
    In This Topic
    Represents a defined method that handles the error text change event for a cell.
    Syntax
    'Declaration
     
    
    Public Delegate Sub CellErrorTextEventHandler( _
       ByVal sender As Object, _
       ByVal e As CellErrorTextChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New CellErrorTextEventHandler(AddressOf HandlerMethod)
    public delegate void CellErrorTextEventHandler( 
       object sender,
       CellErrorTextChangedEventArgs e
    )

    Parameters

    sender
    The sender
    e
    Event argument
    See Also