<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > 工程 > 事件和行动 > 事件 > 事件 客户端系统 > Event LoginFailed 事件登录失败 |
该事件用于响应对话框的打开。
只有在使用clientSystem.Action.Login动作进行登录尝试时才会触发该事件。
Attribute |
说明 |
type |
定义了值的来源: clientSystem.Event |
event |
登录失败 |
如果登录尝试失败,则触发该事件。
例子
<EventBinding>
<Source xsi:type="clientSystem.Event" event="LoginFailed" />
<EventHandler>
<Action>
<Target xsi:type="clientSystem.Action">
<Method xsi:type="clientSystem.Action.ShowMessageBox" type="OK" message="Login failed" header="Failure" icon="Information" />
</Target>
</Action>
</EventHandler>
</EventBinding>