Click or drag to resize

Widget.Dispose Method (Boolean)

Handles the disposal of this widget

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean
True if the caller called Dispose() manually, false if being called from a finalizer
See Also