Click or drag to resize

TabPage.Click Event

Occurs when the tab is clicked to select it.

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

Value

Type: System.EventHandler<EventArgs>
See Also