My Question :
How can i trigger webbrowser events like navigating/navigated so that i can animate the whole browser ?
I can’t find those 2 actions in Triggers panel in Blend 4
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
EventTriggersonly work withRoutedEvents, those events are not routed.You can handle those events and animate in code.
Apart from that you can use Blend’s Interactivity:
I am surprised that their use is not integrated into Blend’s trigger editing UI.