如何在xaml中的Interaction.Triggers中添加条件?
任何人都可以帮助如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论