2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChartRectEventHandler Delegate
The source of the event.
A baseChartRectEventArgs that contains event data.

In This Topic
    baseChartRectEventHandler Delegate
    In This Topic
    Represents a method that can handle of base chart rectangle changed event.
    Syntax
    'Declaration
     
    Public Delegate Sub baseChartRectEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As baseChartRectEventArgs _
    ) 
    public delegate void baseChartRectEventHandler( 
       System.object sender,
       baseChartRectEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A baseChartRectEventArgs that contains event data.
    See Also