Table of Contents

Delegate TabControlEventHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents the method that will handle the 'Selected' or 'Deselected' events of a TabControl control.

public delegate void TabControlEventHandler(object sender, TabControlEventArgs e)

Parameters

sender object

The source of the event.

e TabControlEventArgs

A TabControlEventArgs that contains the event data.