Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146709 | Aug 15,2019 02:37 AM UTC | Aug 26,2019 10:12 AM UTC | Blazor | 7 |
![]() |
Tags: ListView |
dotnet nuget locals all –clear |
Directly attaching an EventCallback
<ListViewEvents Selected="@SelectedEventCallback"></ListViewEvents> |
Invoking your callback inside Lambda Expression
<ListViewEvents Selected="@((e) => { SelectedEventCallback(e); })"></ListViewEvents> |
Inside Lambda Expression (for simple case)
<ListViewEvents Selected="@((e) => SelectedItemValue = e.Text)"></ListViewEvents> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.