This example demonstrates the use of Raised Events. Raised events are used when an interaction in a master is different for different instances of the master or the interaction needs to affect widgets outside of the master.
In this example, entering a valid username/password combination (in this case axure/12345) and clicking the Login button causes the My Info pane to show user info.
The Login Pane and the My Info pane are two separate masters. If the login is successful in the Login Pane an event is triggered called OnLoginSucceed.
The OnLoginSucceed event on the Login Pane master used on this page sets the state of a dynamic panel in the My Info master to show the user info.