Issues with Application SessionTimeout Event

Answered
0
0

I have been following the information in the link below in order to display a custom lockscreen instead of d session timeout message box.

https://docs.wisej.com/docs/concepts/session-management#countdown-window

I however have an error as seen in the attached file. What might i be doing wrong please.

Regards.

  • You must to post comments
Best Answer
0
0

Hi
In vb.net code you must replace
EventArgs
by
System.ComponentModel.HandledEventArgs

And the error must gone

Was a typo error in the documentation page, by the way in c# sample has correct code

Thanks for comment

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.