2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataEventHandler Delegate

In This Topic
    ChartDataEventHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Sub ChartDataEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As ChartDataEventArgs _
    ) 
    public delegate void ChartDataEventHandler( 
       System.object sender,
       ChartDataEventArgs e
    )

    Parameters

    sender
    e
    See Also