[]
Processes when the mouse cursor is moving.
protected override void ProcessMouseMove(MouseEventArgs e, bool containsMouse, ref object selectedObject)
Protected Overrides Sub ProcessMouseMove(e As MouseEventArgs, containsMouse As Boolean, ByRef selectedObject As Object)
Type | Name | Description |
---|---|---|
MouseEventArgs | e | The MouseEventArgs instance containing the mouse event data. |
bool | containsMouse | if set to |
object | selectedObject | The current selected element of chart shape. |