ExpressionTextBox.EditorLostLogicalFocus 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在表达式编辑器失去逻辑焦点时发生。
public:
event System::Windows::RoutedEventHandler ^ EditorLostLogicalFocus;
public event System.Windows.RoutedEventHandler EditorLostLogicalFocus;
member this.EditorLostLogicalFocus : System.Windows.RoutedEventHandler
Public Custom Event EditorLostLogicalFocus As RoutedEventHandler
事件类型
注解
如果有意通过某个方法调用强制失去了焦点,而前一个键盘焦点位于不同的范围内,则逻辑焦点将与键盘焦点不同。