Click or drag to resize

AnnotationControllerOnMouseUp Method

Called when a MouseUp event is received from the parent control.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void OnMouseUp(
	AnnotationMouseEventArgs e
)

Parameters

e
Type: Atalasoft.Annotate.UIAnnotationMouseEventArgs
A AnnotationMouseEventArgs containing information about this event.
See Also