fsprojects / FsXaml

F# Tools for working with XAML Projects
http://fsprojects.github.io/FsXaml/
MIT License
171 stars 48 forks source link

Handler extension works with function extension #49

Closed JohanLarsson closed 7 years ago

JohanLarsson commented 7 years ago

We can now write: MouseMove="{fsxaml:Handler {Binding OnMouseMove}, {fsxaml:Function local:Map.mouseEventArgsToPoint}}"