Поделиться через


CoreTextEditContext.NotifyFocusLeaveCompleted Событие

Определение

Происходит после того, как фокус покинул элемент управления вводом текста.

// Register
event_token NotifyFocusLeaveCompleted(TypedEventHandler<CoreTextEditContext, IInspectable const&> const& handler) const;

// Revoke with event_token
void NotifyFocusLeaveCompleted(event_token const* cookie) const;

// Revoke with event_revoker
CoreTextEditContext::NotifyFocusLeaveCompleted_revoker NotifyFocusLeaveCompleted(auto_revoke_t, TypedEventHandler<CoreTextEditContext, IInspectable const&> const& handler) const;
public event TypedEventHandler<CoreTextEditContext,object> NotifyFocusLeaveCompleted;
function onNotifyFocusLeaveCompleted(eventArgs) { /* Your code */ }
coreTextEditContext.addEventListener("notifyfocusleavecompleted", onNotifyFocusLeaveCompleted);
coreTextEditContext.removeEventListener("notifyfocusleavecompleted", onNotifyFocusLeaveCompleted);
- or -
coreTextEditContext.onnotifyfocusleavecompleted = onNotifyFocusLeaveCompleted;
Public Custom Event NotifyFocusLeaveCompleted As TypedEventHandler(Of CoreTextEditContext, Object) 

Тип события

Требования к Windows

Семейство устройств
Windows 10 (появилось в 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (появилось в v2.0)

Применяется к