Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CalculateExceptionHandler Delegate
Source of the event
Event arguments


In This Topic
    CalculateExceptionHandler Delegate
    In This Topic
    Represents a defined method that handles the CalculateException event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub CalculateExceptionHandler( _
       ByVal sender As Object, _
       ByVal arg As CalculateExceptionEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New CalculateExceptionHandler(AddressOf HandlerMethod)
    public delegate void CalculateExceptionHandler( 
       object sender,
       CalculateExceptionEventArgs arg
    )

    Parameters

    sender
    Source of the event
    arg
    Event arguments
    See Also