behaviors icon indicating copy to clipboard operation
behaviors copied to clipboard

EventArgsConverter

Open JADSN opened this issue 6 years ago • 2 comments

Can you add EventArgsConverter like prism library ?

https://github.com/PrismLibrary/Prism/blob/master/Source/Xamarin/Prism.Forms/Behaviors/EventToCommandBehavior.cs

JADSN avatar Jun 07 '18 13:06 JADSN

I'll take a look.

davidbritch avatar Jun 12 '18 09:06 davidbritch

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?

davidbritch avatar Jun 12 '18 15:06 davidbritch