Replies: 1 comment 8 replies
-
|
` } public object? TestItem { get; set; } private void Listbox_SelectionChanged(object? sender, SelectionChangedEventArgs e) } |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
After binding ListBox.SelectedItemProperty, in the SelectionChanged event, the value of ListBox.SelectedItem is inconsistent with the bound property, as if the update of the bound value was after the SelectionChanged event was triggered, which caused me to not be able to bind passing CommandParameters when creating a custom Command in custom Control.
Beta Was this translation helpful? Give feedback.
All reactions