TalkBot.SpeechItemTableController.ViewWillAppear C# (CSharp) Méthode

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void
        public override void ViewWillAppear(bool animated)
        {
            base.ViewWillAppear (animated);

            _table.SetEditing (false, false);
            _editButton.Title = "Edit";
            _table.Source = new SpeechItemTableDataSource (this);
        }