Click or drag to resize

AnnotationMouseEventHandler Delegate

This event handler is used with several mouse events.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void AnnotationMouseEventHandler(
	Object sender,
	AnnotationMouseEventArgs e
)

Parameters

sender
Type: SystemObject
The object sending the event.
e
Type: Atalasoft.Annotate.UIAnnotationMouseEventArgs
An AnnotationMouseEventArgs containing information about this event.
See Also