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);
        }