Click or drag to resize

Control.LoadComplete Event

Occurs when the load is complete, which happens after the Load event

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<EventArgs> LoadComplete

Value

Type: System.EventHandler<EventArgs>
See Also