How to fire custom event?


#1

Hello,

I would like to fire a custom event, instead of relying on default events (like onMove, …).
It doesn’t seem to be possible on this screen :

( I saw on RP 6 it was possible : https://www.youtube.com/watch?v=931ZMDBiPws at 0:39 )

Thanks in advance


#2

Hi!

Axure has something you might call a custom event: a Raised event in a Master.

For example, in a master you can say…

On Click or Tap (of whatever widget inside of the master)
  raise event "My Custom Event"

When you return to the page and select that master, you will see “My Custom Event” as the master’s only event. You could then fire that event on the master from outside of the master.

That is the only form of custom events that Axure has.