TabClickEventArgs Properties
Contains data for the DxTabs.TabClick or DxTabBase.Click events.| Name | Description |
|---|---|
| MouseEventArgs | The Blazor’s built-in MouseEventArgs event arguments. |
| TabIndex | Gets the clicked tab’s index. |
| TabInfo | Returns information about a tab related to the event. |
See Also