如何在xaml中的Interaction.Triggers中添加条件?

发布于 2024-12-10 14:59:30 字数 697 浏览 0 评论 0原文

任何人都可以帮助如何在 xaml 中执行 Interaction.Triggers 之前添加条件。 在该触发事件中有一个按钮,我将进行一次训练,在开始转换之前,我想检查文本框是否为空,然后我想执行。

<button>
     <i:Interaction.Triggers>                                               
                                                    <i:EventTrigger EventName="Click">
                                                        <TransitionBehaviours:ShowHideWithFlip  ShowElementName="AlternateFaceGrid" HideElementName="FrontFaceGrid" Direction="BottomToTopCrazy" />
                                                    </i:EventTrigger>
                                                </i:Interaction.Triggers>
</button>

Can anyone help how to add a condition before executing the Interaction.Triggers in xaml.
Am having a button in that trigger event i will do a trainsition and before begin that transition i want check for the textbox is empty or not and then i want to execute.

<button>
     <i:Interaction.Triggers>                                               
                                                    <i:EventTrigger EventName="Click">
                                                        <TransitionBehaviours:ShowHideWithFlip  ShowElementName="AlternateFaceGrid" HideElementName="FrontFaceGrid" Direction="BottomToTopCrazy" />
                                                    </i:EventTrigger>
                                                </i:Interaction.Triggers>
</button>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文