Delegate IAnnotation.PressedEventHandler
Event handler for Pressed event.
Namespace: PSPDFKit.Api.Annotation
Assembly: Api.dll
Syntax
public delegate void IAnnotation.PressedEventHandler(bool isSelected, ref bool preventDefault)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | isSelected | Is the annotation selected. |
| bool | preventDefault | Should the default behavior of pressed event be prevented. |