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

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

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