ControlIHandlerSetParent 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 void SetParent(
Container oldParent,
Container newParent
)
Sub SetParent (
oldParent As Container,
newParent As Container
)
abstract SetParent :
oldParent : Container *
newParent : Container -> unit
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
See Also