AlertBox Exit/Close

0
0

What is the method or event that can be used to catch the exiting or closing of the AlertBox?

  • You must to post comments
0
0

Hi Chris,

we have added an additional parameter to AlertBox.Show where you can pass an onclose handler like this:

AlertBox.Show(“This is an alert !”, onclose: () => { AlertBoxClosed(); } ) ;

Please find a simple sample attached.

Best regards
Frank

 

 

Attachment
  • You must to post comments
0
0

Hi Chris,

enhancement WJ-8333 is implemented in Wisej release 1.3.82.

Best regards
Frank

  • Chris Sneeringer
    I am not seeing where this was implemented. Can you explain please?
  • You must to post comments
0
0

Hi Chris,

currently there are no events exposed for this, but I have logged an enhancement request (WJ-8333) for it.
We´ll notify you when they are available.

Thanks for your suggestion !

Best regards
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.