Skip to content

Commit d95c25b

Browse files
authored
Update components/filemanager/events.md
1 parent 4423501 commit d95c25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/filemanager/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ A FileManager in a WebAssembly app usually displays files from a remote server.
351351

352352
### PathChanged
353353

354-
The `PathChanged` event fires when the user navigates to a different folder through the TreeView or by double-clicking a folder item in the View. The event handler receives the new path as a `string` argument.
354+
The `PathChanged` event fires when the user navigates to a different folder through the TreeView or by double-clicking a folder item in the [FileManager View]({%slug filemanager-views%}). The event handler receives the new path as a `string` argument.
355355

356356
### SelectedItemsChanged
357357

0 commit comments

Comments
 (0)