Hi,
I have a list view developed in Agentry and I have a WPF Open UI control in the same Screen.
I need to pass a specific value to the Open UI control depending upon the selected tile in the list tile view.
For now I am sending this value to the Open UI control using the "Agentry Value" property, where I have the proper mapping (like it will pass the value according to the tile selected in the list tile view).
As far as I understood, the Open UI control loads while the Screen in which it sits gets the focus.
My problem is that while loading it reads the current value of the "Agentry value". But stops there. It doesnt constantly listens to the "Agentry Value" for changes.
Is there any other WPF method available in the Open UI framework of SAP which can be utilized for my requirement.
I have seen a method called "OnPropertyChanged". But unfortunately I dont have much documentation on this method in the SAP Library.
http://help.sap.com/saphelp_smp303sdk/helpdata/en/b5/bbb5886d0a1014b41791d5666fe937/content.htm
If someone can direct me here that would be much appreciated.
Regards
Madan KM