[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description |
---|---|
UpdateChildren(EventBean[](), EventBean[]()) |
Updates all the children with new data.Views may want to use the hasViews method on the Viewable interface to determineif there are any child views attached at all, and save the work of constructing the arrays and
making the call to UpdateChildren() in case there aren't any children attached.
|
UpdateChildren(IList<(Of View>), EventBean[](), EventBean[]()) |
Updates all the children with new data. Static convenience method that accepts the list of child
views as a parameter.
|