Table of Contents

Delegate TabControlCancelEventHandler

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

Represents the method that will handle the 'Selecting' or 'Deselecting' event of a TabControl control.

public delegate void TabControlCancelEventHandler(object sender, TabControlCancelEventArgs e)

Parameters

sender object

The source of the event.

e TabControlCancelEventArgs

A TabControlCancelEventArgs that contains the event data.