behaviors
behaviors copied to clipboard
EventArgsConverter
Can you add EventArgsConverter like prism library ?
https://github.com/PrismLibrary/Prism/blob/master/Source/Xamarin/Prism.Forms/Behaviors/EventToCommandBehavior.cs
I'll take a look.
The Behaviors library already has Converter
and ConverterParameter
properties, which are the equivalent of EventArgsConverter
and EventArgsConvereterParameter
properties in Prism.
Are you specifically talking about the EventArgsParameterPath
in Prism?