BindingCollectionUnbind Method |
Unbinds all bindings in the collection
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax member Unbind : unit -> unit
Remarks
Unbinding is used to remove all event handlers on objects so they can be garbage collected.
See Also