'Declaration
Public Event PositionChanged As LineMarker.PositionChangedEventHandler
'Usage
Dim instance As LineMarker Dim handler As LineMarker.PositionChangedEventHandler AddHandler instance.PositionChanged, handler
public event LineMarker.PositionChangedEventHandler PositionChanged
Event Data
The event handler receives an argument of type PositionChangedEventArgs containing data related to this event. The following PositionChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
X | |
Y |
See Also