TabControlEventHandler

Wisej.Web.TabControlEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

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

public delegate void TabControlEventHandler(Object sender, TabControlEventArgs e)

Parameters

NameTypeDescription

sender

The source of the event.

e

Fired By

NameDescription

Occurs after a tab is closed by the user and has been removed from the tab control.

Fired when a tab is selected.

Fired when a tab is deselected.

Last updated