'Declaration Public Event PositionChanged As LineMarker.PositionChangedEventHandler
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 | Gets or sets the X coordinate of the mouse position. |
Y | Gets or sets the Y coordinate of the mouse position. |
See Also