DrawingBaseOnPreviewMouseUp Method |
Triggers on mouse up
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax protected virtual bool OnPreviewMouseUp(
MouseButtonEventArgs e,
ChartVisualArgs args
)
Parameters
- e MouseButtonEventArgs
- Mouse button event args
- args ChartVisualArgs
- Chart visual args
Return Value
BooleanBoolean. True denotes that the drawing is still in progress. A return value of false indicates that the drawing has finished and if not in
IsDrawingMode will revert back to the
PointerCursor.
See Also