How can I make an event when pressed on Start button (windows Phone) ?
UPDATED If it is not possible, so how can I understand that user have pressed START button ?
How can I make an event when pressed on Start button (windows Phone) ?
UPDATED If it is not possible, so how can I understand that user have pressed START button ?
The Start and Search buttons themselves are reserved and do not generate events to third party applications.
Having said that, two events will be generated when the user pushes the start button:
NavigationMode
beingForward
and IsNavigationInitiator beingfalse
However you cannot cancel the navigation using either of these events and they can occur for other reasons (like pressing the search button).