Skip to content

BeforeItemClick Event

Description

Triggered when the user clicks on a TabControlItem of the TabWorkspace.

Syntax

Public Event BeforeItemClick( _
    ByVal Item As TabControlItem _
)

Parameters

  • Item: The TabControlItem that was clicked.

Remarks

This event is triggered when the user clicks on a TabControlItem in the TabWorkspace. This is the first thing that happens after the item is clicked and occurs before the SelectedChanged event. This can be thought of as an "Activate" event when the tab becomes "Activated".

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.