<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > 工程 > 事件和行动 > 事件 > 事件 客户端系统 > Event TooltipModeDeactivated 事件 提示框模式取消激活 |
该事件用于响应 工具提示模式的禁用。
Attribute |
描述 |
type |
定义了值的来源。 clientSystem.Event |
event |
TooltipModeDeactivated |
当工具提示模式结束时,该事件被触发。
例子
<EventBinding>
<Source xsi:type="clientSystem.Event" event="TooltipModeDeactivated" />
<EventHandler>
<Action>
<Target xsi:type="widgets.brease.Label.Action" contentRefId="content_0" widgetRefId="LabelShowToolTipMode">
<Method xsi:type="widgets.brease.Label.Action.SetVisible" value="false" />
</Target>
</Action>
</EventHandler>
</EventBinding>