| Visual Basic (Declaration) | |
|---|---|
Public Event TabOver As dbiTabs.EventTabOverHandle | |
| C# | |
|---|---|
public event dbiTabs.EventTabOverHandle TabOver | |
The event handler receives an argument of type TabOverEventArgs containing data related to this event. The following TabOverEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| TabIndex | Returns the 0-based index of the tab currently under the mouse |
| TabPage | Returns the TabPage object currently under the mouse. |