microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
697 stars 112 forks source link

WinUI 3 Compatibility #192

Closed mvegaca closed 4 years ago

mvegaca commented 4 years ago

Hi

I'm working on WinUI 3 Templates for Windows Template Studio Issue 3807.

UWP Apps created with Windows Template Studio use Microsoft.Xaml.Behaviors.Uwp.Managed to use EventToCommand features in MVVM Frameworks and I would like this lib also in WinUI 3 apps.

I've seen that there are some branches to prepare the code to WinUI 3, have you planned to publish any preview version of the library or probably an alternative MyGet feed? I'd like to know if we can use event to command behaviors in initial templates.

Thank you ;)

DVaughan commented 4 years ago

There's a preview package over at https://www.nuget.org/packages/Microsoft.Xaml.Behaviors.WinUI.Managed/

-Daniel

mvegaca commented 4 years ago

Thank you Daniel

JeganRavichandran commented 2 years ago

It looks like event to command is not working https://www.nuget.org/packages/Microsoft.Xaml.Behaviors.WinUI.Managed/

https://github.com/CommunityToolkit/WindowsCommunityToolkit/discussions/4448