Unbind this instance from its parent.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax abstract Unbind : unit -> unit
Remarks
This typically will unregister any event handlers to properties so that the controls can be garbage collected.
See Also