Xafari Arms

StatusIDPriorityType
Closed35112MajorQuestion
ProfileReply
denirClient

Hello!
I use the code below to intercept an action in the DevExpress browser. Can I do something similar using the Xafari browser?
How would it be?

Thank you,
Denir.

Public Class NavigatorColtrol

Inherits WindowController

Public Sub New()
MyBase.New
TargetWindowType = WindowType.Main
End Sub

Protected Overrides Sub OnActivated()
MyBase.OnActivated()

Dim showNavigationItemController As ShowNavigationItemController = Frame.GetController(Of ShowNavigationItemController)()
AddHandler showNavigationItemController.CustomShowNavigationItem, AddressOf showNavigationItemController_CustomShowNavigationItem

End Sub
...

Replies

UserDescriptionPosted On
MariyaVoytovichAgent

Hello Denir!

Unfortunately there is no similar action. Can you describe the problem and we will try to find another solution?

Feel free to contact us if you have any questions.

Regards,
Mariya
On behalf of Xafari Client Services Team

denir

I'll solve it differently.
Thank you!
Denir

× This ticket is closed.

Write US