RibbonApplicationTabClickEventArgs Properties
Contains data for the Click event.| Name | Description |
|---|---|
| Element | Returns information about a clicked Ribbon element. Inherited from RibbonElementClickEventArgs. |
| MouseEventArgs | The Blazor’s built-in MouseEventArgs event arguments. Inherited from RibbonElementClickEventArgs. |
| Tab | Returns information about the clicked application tab. |
See Also