AppBroadcastState.CaptureTargetClosed Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Si verifica quando la destinazione di acquisizione viene chiusa.
// 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)
Tipo evento
TypedEventHandler<AppBroadcastState,IInspectable>
Requisiti Windows
Funzionalità dell'app |
appBroadcast
appBroadcastSettings
|