wpf - How to open/close view from the XAML code of another view when specific event is risen? -


how open/close view xaml code of view (using mvvm) when specific event risen?

instead of using event, why not use variable datatriggers?

have mainview has contentcontrol content equal initial view. when change variable (for example, true false) mainview sets content equal other view.


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -