| BindingGroup Methods |
The BindingGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds a Binding to this group and sets its BindingGroup
| |
| Remove |
Removes a Binding from this group and sets its BindingGroup to null
| |
| Update |
Loops through every Binding in Bindings and calls its Update method if the Binding is enabled
|