Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.Element.UpdateCellDisplay C# (CSharp) 메소드

UpdateCellDisplay() 보호된 메소드

Override this method if you want some other action to be taken when a cell view is set
protected UpdateCellDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
리턴 void
        protected virtual void UpdateCellDisplay(UITableViewCell cell)
        {
            UpdateCaptionDisplay(cell);
        }