Quote:
Originally Posted by drewag
What kind of action do you want to happen when the user has pressed any combination of the two buttons (button1, button2, or both)?
|
It gets a bit odd what I want to do upon detection that both buttons are pressed. For my application, the standard view is a TabBar view but when a particular TabItem is selected, the TabBar view does away and the two-button view takes full screen. I want to make it where when both buttons are pressed the application navigates the user back to the TabBar view.
I can work through the specific of that navigation/view manipulation, I just need to understand how, during the pressing of the buttons, I can at least have a method (action) invoked.
thanks.