I have a CommandTest
with OnTest(int i) {...}
In my Xaml it would like to use
' CommandParameter = "{x:Type:Int64(0)}"
'
as VS 2017 Autocompletion suggests.
Unfortunately, I get an error
"Value does not fall within the expected range"....
Can someone please shed some light on what could be wrong ...