Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfAnnotationActions Properties

Represents actions that can be performed with the annotation in the document.
Name Description
CursorEntered Gets an action that is performed when the cursor enters the annotation’s active area.
CursorExited Gets an action that is performed when the cursor exits the annotation’s active area.
InputFocusLost Gets an action that is performed when the annotation loses the input focus.
InputFocusReceived Gets an action that is performed when the annotation receives the input focus.
MouseButtonPressed Gets an action that is performed when the mouse button is pressed inside the annotation’s active area.
MouseButtonReleased Gets an action that is performed when the mouse button is released inside the annotation’s active area.
PageBecameInvisible Gets an action that is performed when the page containing the annotation is no longer visible in the reader’s user interface.
PageBecameVisible Gets an action that is performed when the page containing the annotation becomes visible.
PageClosed Gets an action that is performed when the page containing the annotation is closed.
PageOpened Gets an action that is performed when the page containing the annotation is opened.
See Also