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.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax protected virtual bool OnPreviewMouseMove(
MouseEventArgs e,
ChartVisualArgs args
)
Parameters
- e MouseEventArgs
- MouseEventArgs
- args ChartVisualArgs
- ChartVisualArgs
Return Value
BooleanSee Also