<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > 工程 > 事件和行动 > 事件 > Event ClientSystem事件 客户端系统 |
mapp View定义了事件,以检测客户端上发生的情况。
为了做到这一点,mapp View提供了类型为 clientSystem.Event的事件。
当按下某个功能键时导航到某个页面。
<EventBinding>
<Source xsi:type="clientSystem.Event" event="KeyDown" />
<EventHandler condition="key = "F7"" >
<Action>
<Target xsi:type="clientSystem.Action" >
<Method xsi:type="clientSystem.Action.Navigate" pageId="Page_Settings" />
</Target>
</Action>
</EventHandler>
</EventBinding>
本节的主题: