C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart.Interaction Namespace / LineMarker.PositionChangedEventHandler Delegate
The source of the event.
A PositionChangedEventArgs that contains event data.

In This Topic
LineMarker.PositionChangedEventHandler Delegate
In This Topic
Represents a method that handle a marker position changed event.
Syntax
'Declaration
 
Public Delegate Sub LineMarker.PositionChangedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As PositionChangedEventArgs _
) 
 

Parameters

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