Click or drag to resize

CursorObjectOnMouseLeave Method

Raised when the OnMouseLeave event is raised

Namespace:  SharpCharts.Base.ChartObject
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected abstract void OnMouseLeave(
	MouseEventArgs args
)

Parameters

args
Type: System.Windows.InputMouseEventArgs
args
See Also