Skip to content

Commit 4a3dc96

Browse files
authored
Update annotations.md
1 parent 04cb42e commit 4a3dc96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/pdfviewer/features/annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ End Sub
5757

5858
{{endregion}}
5959

60-
* __HyperlinkClicked__ event of RadPdfViewer: This event is similar to AnnotationClicked, but it is raised only when you click on the hyperlink type annotations. It allows you to cancel the navigation to the associated URI or to modify the click action. The HyperlinkClickedEventArgs gives access to the URL, which can be manually checked if it is trusted. The navigation can be canceled by either setting the __Handled__ property of the event args to _true_ or the __IsTrustedUrl__ property to _false_. Below is an example of using this event to prompt that the clicked hyperlink might be unsafe and provide the opportunity to cancel the navigation process upon receiving the end user confirmation:
60+
* __HyperlinkClicked__ event of RadPdfViewer: This event is similar to AnnotationClicked, but it is raised only when you click on the hyperlink type annotations. It allows you to cancel the navigation to the associated URI or to modify the click action. The HyperlinkClickedEventArgs gives access to the URL, which can be manually checked if it is trusted. With the 2024 Q3 (2024.3.924), the default navigation behavior of the hyperlinks is to automatically open only valid and trusted addresses. If needed, the navigation can be canceled by either setting the __Handled__ property of the event args to _true_ or the __IsTrustedUrl__ property to _false_. Below is an example of using this event to prompt that the clicked hyperlink might be unsafe and provide the opportunity to cancel the navigation process upon receiving the end user confirmation:
6161

6262
#### HyperlinkClicked Event Handler
6363

@@ -204,4 +204,4 @@ End Sub
204204
* [Getting Started]({%slug winforms/pdfviewer/getting-started%})
205205
* [Logical Structure]({%slug winforms/pdfviewer/structure/logical-structure%})
206206
* [Visual Structure]({%slug winforms/pdfviewer/structure/visual-structure%})
207-
* [Properties, Methods and Events]({%slug winforms/pdfviewer/properties-methods-and-events%})
207+
* [Properties, Methods and Events]({%slug winforms/pdfviewer/properties-methods-and-events%})

0 commit comments

Comments
 (0)