Click or drag to resize

ListBoxICallbackOnActivated Method

Raises the activated event.

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

Parameters

widget
Type: Eto.FormsListBox

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

e
Type: SystemEventArgs

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

See Also