RootElement.Reload Method

Definition

Overloads

Reload(Element, UITableViewRowAnimation)
Reload(Section, UITableViewRowAnimation)

Reload(Element, UITableViewRowAnimation)

public void Reload (MonoTouch.Dialog.Element element, UIKit.UITableViewRowAnimation animation);
member this.Reload : MonoTouch.Dialog.Element * UIKit.UITableViewRowAnimation -> unit

Parameters

element
Element

Applies to

Reload(Section, UITableViewRowAnimation)

public void Reload (MonoTouch.Dialog.Section section, UIKit.UITableViewRowAnimation animation);
member this.Reload : MonoTouch.Dialog.Section * UIKit.UITableViewRowAnimation -> unit

Parameters

section
Section

Applies to