Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.StyledStringElement.UpdateCellDisplay C# (CSharp) Метод

UpdateCellDisplay() защищенный Метод

protected UpdateCellDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
Результат void
        protected override void UpdateCellDisplay (UITableViewCell cell)
        {
            // note that we deliberately do not call the base class here
            PrepareCell(cell);
        }