Reputation: 6095
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.
Upvotes: 1
Views: 1058
Reputation: 678
this should work Hook Up Command for BackKeyPress in XAML
but with CM you can use cal:Message.Attach="[Event BackKeyPress] etc.
Upvotes: 3