Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3166
Is there Mode for ValueToTextConverter Convert method to be called only on ExitEditMode
posted

I have custom ValueToTextConverter. However the converter cannot handle partial string. Example "+1" is invalid string, "+1d" is a valid string. 

How can I handle this scenario? Is there are Mode like Binding UpdateSourceTrigger.LostFocus?