I have a mud menu like this
<MudMenu ActivationEvent="MouseEvent.RightClick">
<ActivatorContent>
</ActivatorContent>
<ChildContent>
</ChildContent>
</MudMenu>
and it opens when I right click somewhere in the parent component.
How do I find out which element I had the mouse above when right clicking?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744844861a4596771.html
评论列表(0条)