C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase 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 _
) 
 

Parameters

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