BeforeClick Event

Object List Next Object

Defined By:
TabStrip

Description:

Performs an action before generating the click event when a TabStripTab object isclicked in a TabStrip control.

Usage:

Event BeforeClick(cancel As Integer)

Details:

This event is typically used to save the information on the current tab before generating the click event to select a different tab. It can also be used to deny the click event, thus preventing the Click event if the current page is not filled in correctly.

The cancel argument gives you the opportunity to deny the Click event.

See Also: Click Event