AvaloniaUI / Avalonia.Xaml.Behaviors

Port of Windows UWP Xaml Behaviors for Avalonia Xaml.
MIT License
385 stars 46 forks source link

CallMethodAction with parameters #110

Closed Whiletru3 closed 6 months ago

Whiletru3 commented 1 year ago

Hello,

For now, there are no way to pass parameters to a CallMethodAction (like in the InvokeCommandAction) It could be a nice improvement :)

Thanks

wieslawsoltes commented 6 months ago

You can create custom action to do that