Click or drag to resize

ControlDispose Method

Handles the disposal of this control

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

Parameters

disposing
Type: SystemBoolean
True if the caller called Dispose manually, false if being called from a finalizer
See Also