I need help to display the data of a call in a custom window. I don’t know which one is the event or command that I should use, and how update the view too.
thanks
I need help to display the data of a call in a custom window. I don’t know which one is the event or command that I should use, and how update the view too.
thanks
I suspect you are meaning IWS/WDE custom view - if yes, try to be more specific what is not clear for you and what is your current code.
Yes, I’m working in WDE.
I made a custom view to show a information from a interaction, I get the data but I don’t know how update the view. I have a class (ControlInteraccion). It Inherited from InteractionControlExtension and implements the IInteractionControlExtension to get data from call, specifically with method CreateInteractionControl.
I get the data but I don’t know how I will be put it on controls of view.
It is just about WPF and MVVM model.