-
I was use
and it can replace the |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
-
It should be way simpler (and trimming safer) in your case to create an IObservable from your object/events and then use CompiledBindingExtension doesn't make much sense outside of XAML markup. |
Beta Was this translation helpful? Give feedback.
-
IObservable whit MarkupExtension?
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
nope, now i use
|
Beta Was this translation helpful? Give feedback.
It should be way simpler (and trimming safer) in your case to create an IObservable from your object/events and then use
observable.ToBinding()
method.CompiledBindingExtension doesn't make much sense outside of XAML markup.