Share via


ExpressionTextBox.EditorLostLogicalFocus 이벤트

정의

식 편집기가 논리적 포커스를 잃을 때 발생합니다.

public:
 event System::Windows::RoutedEventHandler ^ EditorLostLogicalFocus;
public event System.Windows.RoutedEventHandler EditorLostLogicalFocus;
member this.EditorLostLogicalFocus : System.Windows.RoutedEventHandler 
Public Custom Event EditorLostLogicalFocus As RoutedEventHandler 

이벤트 유형

설명

메서드 호출을 사용하여 의도적으로 포커스를 다른 위치로 이동했지만 이전 키보드 포커스가 다른 범위에 존재하는 경우 논리적 포커스와 키보드 포커스가 달라집니다.

적용 대상