Click or drag to resize

ContainerOnUnLoad Method

Raises the UnLoad event, and recurses to this container's children

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override void OnUnLoad(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
Event arguments
See Also