We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec11ee commit 06826b0Copy full SHA for 06826b0
1 file changed
src/BootstrapBlazor/Components/ContextMenu/ContextMenuTrigger.cs
@@ -1,4 +1,4 @@
1
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the Apache 2.0 License
3
// See the LICENSE file in the project root for more information.
4
// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
@@ -59,7 +59,7 @@ protected override void BuildRenderTree(RenderTreeBuilder builder)
59
/// <summary>
60
/// 点击 ContextMenu 菜单项时触发
61
/// </summary>
62
- /// <returns></returns>
+ [DynamicDependency(DynamicallyAccessedMemberTypes.PublicMethods, typeof(MouseEventArgs))]
63
public Task OnContextMenu(MouseEventArgs args) => ContextMenuZone.OnContextMenu(args, ContextItem);
64
65
0 commit comments