[SOLVED] NavigationBarItem click event

Answered
0
0

NavigationBarItem click event doesn’t work:

Private Sub NavigationBarItem1_Click(sender As Object, e As EventArgs) Handles NavigationBarItem1.Click
‘ Don’t work

Dim frm As New frmHome(Me.CompanyInfo)
frm.MdiParent = Me
frm.Show()
End Sub

How to use NavigationBarItem click event?

  • You must to post comments
Best Answer
0
0

Huynh,

it´s fixed in GitHub and the updated extension will also be included in the next Wisej build.

Best regards
Frank

  • You must to post comments
0
0

Thanks Huynh.

It´s a bug, logged as #1931.

As a temporary workaround you can handle the NavigationBar´s ItemClick event.

I´ll inform you when a fix is available.

Best regards
Frank

  • You must to post comments
0
0

Hi Frank

You can test my demo

Thank you

  • You must to post comments
0
0

Hi,

I don´t see a generic problem with the NavigationBarItem click event.
Can you please wrap up a test case ?

Thanks in advance,
Frank

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.