Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallbackSetParent Method

Called when the parent of the control has been set

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual void SetParent(
	Container oldParent,
	Container newParent
)

Parameters

oldParent
Type: Eto.FormsContainer
Old parent for the control, or null if the control is added
newParent
Type: Eto.FormsContainer
New parent for the control, or null if the parent was removed

Implements

ControlIHandlerSetParent(Container, Container)
See Also