Click or drag to resize

Control.ICallback.OnShown Method

Raises the shown event.

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

Parameters

widget
Type: Eto.Forms.Control

[Missing <param name="widget"/> documentation for "M:Eto.Forms.Control.ICallback.OnShown(Eto.Forms.Control,System.EventArgs)"]

e
Type: System.EventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.Control.ICallback.OnShown(Eto.Forms.Control,System.EventArgs)"]

See Also