You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/filemanager/events.md
+34-18Lines changed: 34 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ This article explains the events available in the Telerik FileManager for Blazor
21
21
*[Other Events](#other-events) - other events the grid provides.
22
22
*[OnModelInit](#onmodelinit)
23
23
*[OnDownload](#ondownload)
24
+
*[SelectedItemsChanged](#selecteditemschanged)
24
25
25
26
## CUD Events
26
27
@@ -328,28 +329,37 @@ The `OnModelInit` event fires when a new instance of the model is about to be cr
328
329
329
330
The `OnDownload` event fires before a file is to be downloaded, cancellable. Its event handler receives the updated `FileManagerDownloadEventArgs` as an argument. See the [example](#example).
330
331
332
+
### SelectedItemsChanged
333
+
334
+
The `SelectedItemChanged` event fires every time the user clicks on a new file/folder in the main pane of the FileManager. You can use it with one-way binding of the `SelectedItems` parameter to respond to user selection.
0 commit comments