xaml - EventToCommand missing on MVVM Light -
xaml - EventToCommand missing on MVVM Light -
this helpful class seems gone latest mvvm lite build, thought why or how work around it?
i'm using mvvmlightlibs.5.0.1.0, there on mvvmlightlibs.4.1.27.0. question not related 1 eventtocommand missing windows phone app
environment: vs2013, wp8.0
eventually, found eventtocommand
class on galasoft.mvvmlight.platform. guess assembly alter makes sense beingness multi-platform framework.
xmlns:command="clr-namespace:galasoft.mvvmlight.command;assembly=galasoft.mvvmlight.platform" <i:interaction.triggers> <i:eventtrigger eventname="tap" > <command:eventtocommand command="{binding path=myvm.mycommand, source={staticresource locator}}" passeventargstocommand="false" commandparameter="{binding}"/> </i:eventtrigger> </i:interaction.triggers>
xaml windows-phone-8 mvvm mvvm-light eventtocommand
Comments
Post a Comment