wpf
Posted: Thu Jan 24, 2019 4:10 pm
Hello Juraj,
This is probably exactly what you need:
https://docs.microsoft.com/en-us/dotnet ... ey-pressed
You define the method to be called in the XAML code of the control and the called C# method is only a few lines is easy to convert to X#. Note that you can also add a C# project to your solution and call the C# methods as if they are written in X# - without the need to convert anything, should you encounter a more complicated but working C# method somewhere.
Dick
This is probably exactly what you need:
https://docs.microsoft.com/en-us/dotnet ... ey-pressed
You define the method to be called in the XAML code of the control and the called C# method is only a few lines is easy to convert to X#. Note that you can also add a C# project to your solution and call the C# methods as if they are written in X# - without the need to convert anything, should you encounter a more complicated but working C# method somewhere.
Dick