Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.StyledStringElement.UpdateCellDisplay C# (CSharp) Méthode

UpdateCellDisplay() protected méthode

protected UpdateCellDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
Résultat void
        protected override void UpdateCellDisplay (UITableViewCell cell)
        {
            // note that we deliberately do not call the base class here
            PrepareCell(cell);
        }