From 7b6a28fd5f52e231e5324f5f9d7dc60d09c47fbf Mon Sep 17 00:00:00 2001 From: Todor Arabadzhiev Date: Fri, 31 Oct 2025 17:40:16 +0200 Subject: [PATCH] Update event-binding.md --- .../web-application/blazor-report-viewer/event-binding.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/embedding-reports/display-reports-in-applications/web-application/blazor-report-viewer/event-binding.md b/embedding-reports/display-reports-in-applications/web-application/blazor-report-viewer/event-binding.md index 4376246a6..d2248c0ff 100644 --- a/embedding-reports/display-reports-in-applications/web-application/blazor-report-viewer/event-binding.md +++ b/embedding-reports/display-reports-in-applications/web-application/blazor-report-viewer/event-binding.md @@ -1,7 +1,7 @@ --- title: Event Binding page_title: Handling Blazor Report Viewer Events -description: "Learn about what are the events exposed by the Telerik Reporting Blazor Report Viewer and how to attach event handlers to said events." +description: "Learn about the events exposed by the Telerik Reporting Blazor Report Viewer and how to attach event handlers to said events." slug: telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/blazor-report-viewer/event-binding tags: event,binding published: True @@ -45,3 +45,4 @@ Then, we can create the event handler functions in the **wwwroot/index.html** (B } ```` +