I created a custom control as extension of EntryCell with a bindable property. I implemented the renderer on ios by extending EntryCellRenderer. I would like to Change a property of my renderer when the bindable property changes. EntryCellRenderer has a static Methode OnCellPropertyChanged, which I can't override in my renderer. Any Idea how could I achieve that?
Best thanks for your Help