and that time it should not fire `NodeSelected` events fire. Please see the code below with many omissions for brevity.
stopPropagation not working.
<SfTreeView>
<TreeViewEvents> NodeSelected="nodeselected" NodeClicked="nodeclicked"> </TreeViewEvents>
<TreeViewTemplates>
<NodeTemplate>
<span @onclick:stopPropagation="true">
<SfButton @onclick="args => buttonclickevent (args, context)"></SfButton>
</span>
</NodeTemplate>
</TreeViewTemplates>
</SfTreeView>