Click or drag to resize
BindingGroup Methods

The BindingGroup type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a Binding to this group and sets its BindingGroup
Public methodRemove
Removes a Binding from this group and sets its BindingGroup to null
Public methodUpdate
Loops through every Binding in Bindings and calls its Update method if the Binding is enabled
Top
See Also