how to binding event to devexpress treelist control? #810
chenhaoxianshen
started this conversation in
General
Replies: 2 comments
-
Can you show us the relavent xaml... You might have the datacontext incorrect. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The FocusedRowChangedEvent is obsolete use the CurrentItemChanged event instead. I included the eventArgs being passed to event handler Important Xaml
Code I used for event handler
https://docs.devexpress.com/WPF/DevExpress.Xpf.Grid.DataViewBase.FocusedRowChanged |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cal:Message.Attach="[Event FocusedRowChangedEvent]=[Action RowValueChanged]"
why it doesn't work?
Beta Was this translation helpful? Give feedback.
All reactions