DrawingBaseOnPreviewMouseDown Method |
If overriden then the drawing cursor will be available in the chart drawing menu item.
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 OnPreviewMouseDown(
MouseButtonEventArgs e,
ChartVisualArgs args
)
Parameters
- e MouseButtonEventArgs
- MouseButtonEventArgs
- args ChartVisualArgs
- ChartVisualArgs
Return Value
BooleanSee Also