AppBroadcastState.CaptureTargetClosed Событие
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Происходит при закрытии целевого объекта записи.
// Register
event_token CaptureTargetClosed(TypedEventHandler<AppBroadcastState, IInspectable const&> const& handler) const;
// Revoke with event_token
void CaptureTargetClosed(event_token const* cookie) const;
// Revoke with event_revoker
AppBroadcastState::CaptureTargetClosed_revoker CaptureTargetClosed(auto_revoke_t, TypedEventHandler<AppBroadcastState, IInspectable const&> const& handler) const;
public event TypedEventHandler<AppBroadcastState,object> CaptureTargetClosed;
function onCaptureTargetClosed(eventArgs) { /* Your code */ }
appBroadcastState.addEventListener("capturetargetclosed", onCaptureTargetClosed);
appBroadcastState.removeEventListener("capturetargetclosed", onCaptureTargetClosed);
- or -
appBroadcastState.oncapturetargetclosed = onCaptureTargetClosed;
Public Custom Event CaptureTargetClosed As TypedEventHandler(Of AppBroadcastState, Object)
Тип события
TypedEventHandler<AppBroadcastState,IInspectable>
Требования к Windows
Возможности приложения |
appBroadcast
appBroadcastSettings
|