ComponentOne FinancialChart for WinForms
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 Object, _
       ByVal e As PositionChangedEventArgs _
    ) 
    public delegate void LineMarker.PositionChangedEventHandler( 
       object sender,
       PositionChangedEventArgs e
    )

    Parameters

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