Click or drag to resize

DrawingBaseOnPreviewMouseUp Method

Triggers on mouse up

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

Parameters

e  MouseButtonEventArgs
Mouse button event args
args  ChartVisualArgs
Chart visual args

Return Value

Boolean
Boolean. 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