dbicTabs Send comments on this topic.
ArrowClick Event
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > dbiTabs Class : ArrowClick Event

Occurs when a navigation arrow is clicked.

Syntax

Visual Basic (Declaration) 
Public Event ArrowClick As dbiTabs.EventArrowClickHandle
C# 
public event dbiTabs.EventArrowClickHandle ArrowClick

Event Data

The event handler receives an argument of type ArrowClickEventArgs containing data related to this event. The following ArrowClickEventArgs properties provide information specific to this event.

PropertyDescription
Button The value of the directional arrow pressed. 0 - Left Arrow, 1 - Right Arrow.

Remarks

Only applicable if ArrowButtons Property is True.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also