Click or drag to resize

GripPositionChangedEventHandler Delegate

This event handler is used with the GripPositionChanged event.

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 GripPositionChangedEventHandler(
	Object sender,
	AnnotationGripChangedEventArgs e
)

Parameters

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