This question is locked. New answers and comments are not allowed.
I'm currently using hte PreviewClosed to stop the window from closing by doing something like:
if (.... entities have changes) e.Cancel = true
However, I've recently noticed that TextBox TwoWay bindings do not get updated until AFTER the PreviewClosed is fired. Are there any easy ways to work around this?
if (.... entities have changes) e.Cancel = true
However, I've recently noticed that TextBox TwoWay bindings do not get updated until AFTER the PreviewClosed is fired. Are there any easy ways to work around this?