Click or drag to resize

DrawingBaseOnPreviewMouseMove Method

Invoked on mouse move while creating or modifying DrawingBase object manually This will be not called if the DrawingBase object is drawn programmatically.

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected virtual bool OnPreviewMouseMove(
	MouseEventArgs e,
	ChartVisualArgs args
)

Parameters

e  MouseEventArgs
MouseEventArgs
args  ChartVisualArgs
ChartVisualArgs

Return Value

Boolean
See Also