I am using VS2017 to develop my UWP app and my APP min target version is 10.14393.
Is there any event of InkCanvas I can use to detect whether user has finished drawing strokes or not.
I want to enable some button after user has drew strokes.
I tried the PointerReleased and PointerExit events, it seems not work.
Thanks.