TabControlCancelEventHandler
Wisej.Web.TabControlCancelEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the Selecting or Deselecting event of a TabControl control.
Parameters
Name
Type
Description
Fired By
Name
Description
Occurs before a tab is selected, enabling a handler to cancel the tab change.
Occurs before a tab is closed by the user, enabling a handler to cancel the tab closing.
Occurs before a tab is deselected, enabling a handler to cancel the tab change.
Last updated