Skip to main content
Version: 3.5

TabControlCancelEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public delegate void TabControlCancelEventHandler(Object sender, TabControlCancelEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eTabControlCancelEventArgsA TabControlCancelEventArgs that contains the event data.

Fired By

NameDescription
TabControl.SelectingOccurs before a tab is selected, enabling a handler to cancel the tab change.
TabControl.TabClosingOccurs before a tab is closed by the user, enabling a handler to cancel the tab closing.
TabControl.DeselectingOccurs before a tab is deselected, enabling a handler to cancel the tab change.