Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Can anyone know how to capture the windows Phone Lock screen event as i need the event to do some activity on it.
Posted
Updated 31-Jan-13 2:38am
v2

1 solution

I'm not sure :confused: that this is solution of your answer :doh: but It will somehow help you to configure lock event.
Events that occur when the phone is locked or unlocked[^]
and according to this-
When the phone is locked, first the Obscured event is raised, and then the Deactivated event is raised.
When the phone is unlocked, the Activated event is raised, and then the Unobscured event is raised.

Managing Obscured and Unobscured Events[^]
PhoneApplicationFrame.Obscured Event[^]
Lock and Run[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900