Is there any way to get notified BEFORE the text in a Windows::UI::Xaml::Controls::TextBox
changes (TextChanged
and TextChangedEventHandler
work great to get notified AFTER the text changes)?
The functionality I am seeking would be loosely equivalent to iOS's shouldChangeCharactersInRange
.