Click or drag to resize

BindingCollectionUnbind Method

Unbinds all bindings in the collection

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Unbind()
Remarks
Unbinding is used to remove all event handlers on objects so they can be garbage collected.
See Also