TabControlEventHandler
Wisej.Web.TabControlEventHandler
Last updated
Wisej.Web.TabControlEventHandler
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the Selected or Deselected event of a TabControl control.
sender
The source of the event.
e
A that contains the event data.
Occurs after a tab is closed by the user and has been removed from the tab control.
Occurs after a tab is shown or hidden by the user through the or programmatically through the property.
Fired when a tab is selected.
Fired when a tab is deselected.
Fired when the user drags a into a new position and the property is set to true.