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