| Visual Basic (Declaration) | |
|---|---|
Public Event ArrowClick As dbiTabs.EventArrowClickHandle | |
| C# | |
|---|---|
public event dbiTabs.EventArrowClickHandle ArrowClick | |
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.
| Property | Description |
|---|---|
| Button | The value of the directional arrow pressed. 0 - Left Arrow, 1 - Right Arrow. |
Only applicable if ArrowButtons Property is True.