public event EventHandler<PositionChangedArgs> PositionChanged
Event Data
The event handler receives an argument of type PositionChangedArgs containing data related to this event. The following PositionChangedArgs properties provide information specific to this event.
Property | Description |
---|---|
Position | Gets the target point at which to show the LineMarker. |
See Also