RotateEventHandler Delegate
Represents a method that handle the chart rotation event.
'Declaration
Public Delegate Sub RotateEventHandler( _
ByVal As System.Object, _
ByVal As RotateEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- A RotateEventArgs that contains event data.