2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / CalculateFunctionEventHandler Delegate

In This Topic
    CalculateFunctionEventHandler Delegate
    In This Topic
    Delegate for function calculation events.
    Syntax
    'Declaration
     
    Public Delegate Sub CalculateFunctionEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As CalculateFunctionEventArgs _
    ) 
    public delegate void CalculateFunctionEventHandler( 
       System.object sender,
       CalculateFunctionEventArgs e
    )

    Parameters

    sender
    e
    See Also