Click or drag to resize

ApplicationCallbackOnInitialized Method

Raises the initialized event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnInitialized(
	Application widget,
	EventArgs e
)

Parameters

widget
Type: Eto.FormsApplication

[Missing <param name="widget"/> documentation for "M:Eto.Forms.Application.Callback.OnInitialized(Eto.Forms.Application,System.EventArgs)"]

e
Type: SystemEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.Application.Callback.OnInitialized(Eto.Forms.Application,System.EventArgs)"]

Implements

ApplicationICallbackOnInitialized(Application, EventArgs)
See Also