RootElement.Reload Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- animation
- UITableViewRowAnimation
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
- animation
- UITableViewRowAnimation