TabControlEventHandler
Wisej.Web.TabControlEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents the method that will handle the Selected or Deselected event of a TabControl control.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A TabControlEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
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 ShowVisibilityMenu or programmatically through the Hidden property. | |
Fired when a tab is selected. | |
Fired when a tab is deselected. |
Last updated