Push Button Events

These events are the only ones that can fire when the user clicks a push button:

  • Button Clicked

  • Post Button Clicked

  • Post Button Clicked - Asynch

The first two always fire when a user clicks a button, and they fire in succession. That is, Post Button Clicked fires after runtime executes any logic that might exist on Button Clicked. Post Button Clicked - Asynch fires only when the button is an OK button.