I currently only use ProperyChangedBase as my base class provider. Is there a way to handle the user pressing the back button in Caliburn.Micro from my ViewModel rather than having to do it in the code behind.
I currently only use ProperyChangedBase as my base class provider. Is there a way
Share
this should work
Hook Up Command for BackKeyPress in XAML
but with CM you can use cal:Message.Attach=”[Event BackKeyPress] etc.