其他分享
首页 > 其他分享> > WPF时间转Command

WPF时间转Command

作者:互联网

引入名称空间:

 xmlns:i="http://schemas.microsoft.com/xaml/behaviors"

使用:

<i:Interaction.Triggers>
<i:EventTrigger EventName="Loaded">
<i:InvokeCommandAction Command="{Binding LoadingCommand}"/>
</i:EventTrigger>
</i:Interaction.Triggers>

标签:behaviors,xmlns,http,xaml,时间,Command,WPF
来源: https://www.cnblogs.com/PotatoLemon/p/15475925.html