baseChartRectEventHandler Delegate
Represents a method that can handle of base chart rectangle changed event.
'Declaration
Public Delegate Sub baseChartRectEventHandler( _
ByVal As System.Object, _
ByVal As baseChartRectEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- A baseChartRectEventArgs that contains event data.