wpf 界面加载 Command

导入

xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
    <i:Interaction.Triggers>
        <i:EventTrigger EventName="Loaded">
            <i:InvokeCommandAction Command="{Binding LoadPageCommand}"></i:InvokeCommandAction>
        </i:EventTrigger>
    </i:Interaction.Triggers>

 

上一篇:web.xml配置信息


下一篇:WPF,Silverlight 中的 xmlns,xmlns:x