Click or drag to resize

MirrorEventHandler Delegate

This delegate is used for the Mirrored event.

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

Parameters

sender
Type: SystemObject
The object sending this event.
e
Type: Atalasoft.AnnotateMirrorEventArgs
A MirrorEventArgs containing information about this event.
See Also